Skip to content

Commit bdfa277

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 26.1.0](psf/black-pre-commit-mirror@24.2.0...26.1.0) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0)
1 parent 734e2c8 commit bdfa277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: '24.2.0'
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: '26.1.0'
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/pycqa/flake8
13-
rev: '7.0.0' # pick a git hash / tag to point to
13+
rev: '7.3.0' # pick a git hash / tag to point to
1414
hooks:
1515
- id: flake8

0 commit comments

Comments
 (0)