Skip to content

Commit

Permalink
pre-commit: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Oct 27, 2023
1 parent 3892e56 commit ff0a203
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v1.4
rev: v2.2.1
hooks:
- id: autoflake
args: [ "--in-place", "--remove-all-unused-imports" ]

- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [ --profile=black ]

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.10.1
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.950
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies: [ types-all ]
exclude: build_ext.py|tests/

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude_types:
Expand Down

0 comments on commit ff0a203

Please sign in to comment.