Skip to content

Commit 0486f68

Browse files
authored
Merge pull request #290 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 92ab37a + b56fed0 commit 0486f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 6.0.0
26+
rev: 6.1.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: ['flake8-bugbear==22.7.1']
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.9.0
35+
rev: v3.10.1
3636
hooks:
3737
- id: pyupgrade
3838
args: ["--py37-plus"]

0 commit comments

Comments
 (0)