Skip to content

Commit 28a02c3

Browse files
[pre-commit.ci] pre-commit autoupdate (#516)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/hhatto/autopep8: v2.1.0 → v2.3.1](hhatto/autopep8@v2.1.0...v2.3.1) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mark Bakhit <[email protected]>
1 parent b0fdd24 commit 28a02c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: "v4.5.0"
4+
rev: "v4.6.0"
55
hooks:
66
- id: check-merge-conflict
77
- id: end-of-file-fixer
@@ -38,20 +38,20 @@ repos:
3838
- id: isort
3939
args: ["--profile", "black"]
4040
- repo: https://github.com/psf/black
41-
rev: "24.3.0"
41+
rev: "24.8.0"
4242
hooks:
4343
- id: black
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: "v3.15.2"
45+
rev: "v3.17.0"
4646
hooks:
4747
- id: pyupgrade
4848
args: ["--py37-plus", "--keep-mock"]
4949
- repo: https://github.com/hhatto/autopep8
50-
rev: "v2.1.0"
50+
rev: "v2.3.1"
5151
hooks:
5252
- id: autopep8
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: "7.0.0"
54+
rev: "7.1.1"
5555
hooks:
5656
- id: flake8
5757
exclude: "^docs/"

0 commit comments

Comments
 (0)