Updated pre-commit to match requirements
This commit is contained in:
parent
1dc2e88a64
commit
386a4a701f
@ -10,16 +10,16 @@ repos:
|
||||
- id: black
|
||||
language_version: python3
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 3.9.2
|
||||
rev: 6.1.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- flake8-bugbear==20.1.4
|
||||
- flake8-builtins==1.5.3
|
||||
- flake8-comprehensions==3.2.3
|
||||
- flake8-tidy-imports==4.1.0
|
||||
- flake8-eradicate==1.1.0
|
||||
- flake8-print==4.0.0
|
||||
- flake8-return==1.1.2
|
||||
- flake8-use-fstring==1.1
|
||||
- flake8-bugbear==23.7.10
|
||||
- flake8-builtins==2.1.0
|
||||
- flake8-comprehensions==3.14.0
|
||||
- flake8-tidy-imports==4.10.0
|
||||
- flake8-eradicate==1.5.0
|
||||
- flake8-print==5.0.0
|
||||
- flake8-return==1.2.0
|
||||
- flake8-use-fstring==1.4
|
||||
- git+https://github.com/derrix060/flake8-expression-complexity.git
|
||||
|
Reference in New Issue
Block a user