Skip to content

Commit de1ca05

Browse files
authored
Merge pull request #52 from kurtmckee/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents baee920 + 8f305a1 commit de1ca05

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
@@ -24,7 +24,7 @@ repos:
2424
- id: "trailing-whitespace"
2525

2626
- repo: "https://github.com/asottile/pyupgrade"
27-
rev: "v3.19.1"
27+
rev: "v3.20.0"
2828
hooks:
2929
- id: "pyupgrade"
3030
name: "Enforce Python 3.9+ idioms"
@@ -42,13 +42,13 @@ repos:
4242
- id: "isort"
4343

4444
- repo: "https://github.com/pycqa/flake8"
45-
rev: "7.2.0"
45+
rev: "7.3.0"
4646
hooks:
4747
- id: "flake8"
4848
additional_dependencies:
4949
- "flake8-bugbear==24.12.12"
5050

5151
- repo: "https://github.com/editorconfig-checker/editorconfig-checker"
52-
rev: "v3.2.1"
52+
rev: "v3.3.0"
5353
hooks:
5454
- id: "editorconfig-checker"

0 commit comments

Comments
 (0)