Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 14, 2022
1 parent ba96f2c commit fbb0f42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
exclude: setup.cfg
Expand All @@ -17,24 +17,24 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/ambv/black
rev: 21.4b2
rev: 22.3.0
hooks:
- id: black
language_version: python3
args: ["--target-version", "py36"]
- repo: https://github.com/pycqa/flake8
rev: 3.9.1
rev: 4.0.1
hooks:
- id: flake8
language_version: python3
args: ['--config=setup.cfg']
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.0
rev: v3.0.1
hooks:
- id: reorder-python-imports
language_version: python3
- repo: https://github.com/asottile/pyupgrade
rev: v2.14.0
rev: v2.32.0
hooks:
- id: pyupgrade
language_version: python3
Expand Down

0 comments on commit fbb0f42

Please sign in to comment.