Skip to content

Commit f7ab448

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 162c8b7 commit f7ab448

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)