Skip to content

Commit f51301e

Browse files
committed
build: pyproject.toml, use setuptools-scm, ruff
1 parent b36fef4 commit f51301e

11 files changed

+56
-2562
lines changed

Diff for: .coveragerc

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ branch = True
33
source = h3_pandas
44
omit =
55
setup.py
6-
versioneer.py
76
h3pandas/_version.py
87

98
[report]

Diff for: .flake8

-3
This file was deleted.

Diff for: .pre-commit-config.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 23.10.0
4-
hooks:
5-
- id: black
6-
language_version: python3
7-
82
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.1.5
3+
rev: v0.9.9
104
hooks:
115
- id: ruff
6+
- id: ruff-format
127

138
- repo: https://github.com/codespell-project/codespell
14-
rev: v2.2.6
9+
rev: v2.4.1
1510
hooks:
1611
- id: codespell
1712
args: ['--config', '.codespellrc']

Diff for: MANIFEST.in

-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ include README.md
22
include LICENSE
33
graft h3pandas
44
recursive-include * *.py[co]
5-
include versioneer.py
6-
include h3pandas/_version.py

Diff for: environment-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dependencies:
55
- ruff
66
- pytest
77
- pytest-cov
8+
- setuptools-scm

0 commit comments

Comments
 (0)