Skip to content

Commit b4a04d3

Browse files
committed
Move to using pyproject.toml with [PDM](https://pdm-project.org/)
Also switch from pylint & pycodestyle to [ruff](https://docs.astral.sh/ruff) and add pdm scripts for lint, test, coverage and docs
1 parent 00c136f commit b4a04d3

File tree

8 files changed

+939
-429
lines changed

8 files changed

+939
-429
lines changed

dev_requirements.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#
6666
# This is also used if you do content translation via gettext catalogs.
6767
# Usually you set "language" from the command line for these cases.
68-
language = None
68+
language = 'en'
6969

7070
# List of patterns, relative to source directory, that match files and
7171
# directories to ignore when looking for source files.

doc_requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

pdm.lock

Lines changed: 761 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pylintrc

Lines changed: 0 additions & 245 deletions
This file was deleted.

0 commit comments

Comments
 (0)