Skip to content

Commit 7618254

Browse files
Merge pull request #404 from JessicaTegner/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 162c8b7 + f7ab448 commit 7618254

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: "trailing-whitespace"
2424

2525
- repo: "https://github.com/asottile/pyupgrade"
26-
rev: "v3.19.1"
26+
rev: "v3.20.0"
2727
hooks:
2828
- id: "pyupgrade"
2929
name: "Enforce Python 3.7+ idioms"
@@ -36,12 +36,12 @@ repos:
3636
- id: "black"
3737

3838
- repo: "https://github.com/pycqa/isort"
39-
rev: "6.0.0"
39+
rev: "6.0.1"
4040
hooks:
4141
- id: "isort"
4242

4343
- repo: "https://github.com/pycqa/flake8"
44-
rev: "7.1.1"
44+
rev: "7.3.0"
4545
hooks:
4646
- id: "flake8"
4747
additional_dependencies:

0 commit comments

Comments
 (0)