Skip to content

Commit b01d7e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent a063480 commit b01d7e2

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: mixed-line-ending
66
args: ["-f", "lf"]
@@ -11,12 +11,12 @@ repos:
1111
- id: double-quote-string-fixer
1212
files: ^(FreeSimpleGUI(?:Qt|Web|Wx)?)/(?!Demo).*\.py
1313
- repo: https://github.com/asottile/reorder-python-imports
14-
rev: v3.14.0
14+
rev: v3.15.0
1515
hooks:
1616
- id: reorder-python-imports
1717
files: ^(FreeSimpleGUI(?:Qt|Web|Wx)?)/(?!Demo).*\.py
1818
- repo: https://github.com/psf/black
19-
rev: '25.1.0'
19+
rev: '25.9.0'
2020
hooks:
2121
- id: black
2222
args:
@@ -26,7 +26,7 @@ repos:
2626
files: ^(FreeSimpleGUI(?:Qt|Web|Wx)?)/(?!Demo).*\.py
2727

2828
- repo: https://github.com/pycqa/flake8
29-
rev: '7.1.2' # pick a git hash / tag to point to
29+
rev: '7.3.0' # pick a git hash / tag to point to
3030
hooks:
3131
- id: flake8
3232
args:

0 commit comments

Comments
 (0)