-
- Downloads
Add ruff (#881)
Showing
- .flake8 0 additions, 13 deletions.flake8
- .gitignore 1 addition, 0 deletions.gitignore
- .pre-commit-config.yaml 5 additions, 0 deletions.pre-commit-config.yaml
- CONTRIBUTING.md 7 additions, 1 deletionCONTRIBUTING.md
- Makefile 2 additions, 4 deletionsMakefile
- pyproject.toml 11 additions, 3 deletionspyproject.toml
- requirements.txt 2 additions, 3 deletionsrequirements.txt
.flake8
deleted
100644 → 0
.pre-commit-config.yaml
0 → 100644
... | @@ -14,8 +14,7 @@ types-setuptools==67.1.0.0 | ... | @@ -14,8 +14,7 @@ types-setuptools==67.1.0.0 |
# linting | # linting | ||
black==22.12.0 | black==22.12.0 | ||
isort==5.11.4 | |||
mypy==0.991 | mypy==0.991 | ||
flake8==6.0.0 | pre-commit==3.2.0 | ||
flake8-docstrings==1.6.0 | |||
pylint==2.15.10 | pylint==2.15.10 | ||
ruff==0.0.259 | |||
\ No newline at end of file |
Please register or sign in to comment