Updated pre-commit to match requirements

This commit is contained in:
Roger Gonzalez 2024-01-16 20:50:45 -03:00
parent 1dc2e88a64
commit 386a4a701f
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -10,16 +10,16 @@ repos:
- id: black - id: black
language_version: python3 language_version: python3
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
rev: 3.9.2 rev: 6.1.0
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:
- flake8-bugbear==20.1.4 - flake8-bugbear==23.7.10
- flake8-builtins==1.5.3 - flake8-builtins==2.1.0
- flake8-comprehensions==3.2.3 - flake8-comprehensions==3.14.0
- flake8-tidy-imports==4.1.0 - flake8-tidy-imports==4.10.0
- flake8-eradicate==1.1.0 - flake8-eradicate==1.5.0
- flake8-print==4.0.0 - flake8-print==5.0.0
- flake8-return==1.1.2 - flake8-return==1.2.0
- flake8-use-fstring==1.1 - flake8-use-fstring==1.4
- git+https://github.com/derrix060/flake8-expression-complexity.git - git+https://github.com/derrix060/flake8-expression-complexity.git