Skip to content

Commit

Permalink
feat: rename the package to pdm-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Nov 29, 2022
1 parent 5ab3c90 commit 79d1077
Show file tree
Hide file tree
Showing 139 changed files with 6,058 additions and 28,900 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ci:
autoupdate_schedule: monthly

exclude: ^src/pdm/backend/_vendor
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
exclude: ^pdm/pep517/_vendor
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
Expand All @@ -24,12 +24,10 @@ repos:
rev: v0.982
hooks:
- id: mypy
files: ^pdm/pep517/(?!_vendor).*\.py$

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
hooks:
- id: pyupgrade
exclude: ^pdm/pep517/_vendor
args:
- --py37-plus
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions pdm/pep517/_vendor/boolean/__init__.py

This file was deleted.

0 comments on commit 79d1077

Please sign in to comment.