Skip to content

Commit

Permalink
Merge pull request #566 from ultrajson/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 3, 2022
2 parents d84c832 + a967d9a commit 7db453b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
args: [--target-version=py37]
Expand All @@ -17,7 +17,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
Expand Down

0 comments on commit 7db453b

Please sign in to comment.