Skip to content

Commit 587b4a9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 9b512bc commit 587b4a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: check-case-conflict
1111
- id: check-merge-conflict
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.2.2
14+
rev: v3.3.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py310-plus]
@@ -35,7 +35,7 @@ repos:
3535
args: ["--profile", "black"]
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 5.0.4
38+
rev: 6.0.0
3939
hooks:
4040
- id: flake8
4141
args:

0 commit comments

Comments
 (0)