Skip to content

Commit

Permalink
chore: Flake8-pyproject in pyproject-flake8 out
Browse files Browse the repository at this point in the history
See the issue with Python 3.12:
csachs/pyproject-flake8#30
  • Loading branch information
tueda committed Jan 25, 2024
1 parent 903e300 commit 50e3fb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,18 @@ repos:
- id: editorconfig-checker

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
entry: pflake8
additional_dependencies:
- flake8-bandit==4.1.1
- flake8-bugbear==23.12.2
- flake8-builtins==2.2.0
- flake8-comprehensions==3.14.0
- flake8-docstrings==1.7.0
- Flake8-pyproject==1.2.3
- flake8-pytest-style==1.7.2
- pep8-naming==0.13.3
- pyproject-flake8==6.1.0 # frozen for flake8 6.1.0

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
Expand Down

0 comments on commit 50e3fb6

Please sign in to comment.