Skip to content

Commit

Permalink
MAINT: Update pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Nov 20, 2022
1 parent b14be94 commit 6f73cb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repos:
args: ['--fix=lf']
- id: check-added-large-files
args: ['--maxkb=1000']
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
args: ["--ignore", "E,W,F"]
Expand All @@ -32,7 +32,7 @@ repos:
name: isort (python)
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
args: [--target-version, py36]
Expand All @@ -42,7 +42,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==22.1.0]
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.2.2
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit 6f73cb1

Please sign in to comment.