Skip to content

Commit 7a94def

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 25.9.0](psf/black-pre-commit-mirror@23.1.0...25.9.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0)
1 parent 852005e commit 7a94def

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

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

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v6.0.0
77
types: [py]
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- id: mixed-line-ending
1212

13-
- repo: https://github.com/psf/black
14-
rev: 23.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
types: [ python ]
1616
hooks:
1717
- id: black
1818
args: [ --safe ]
1919

2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 6.0.0
21+
rev: 7.3.0
2222
hooks:
2323
- id: flake8
2424
args: [--config, setup.cfg]

0 commit comments

Comments
 (0)