Skip to content

Commit 4deee91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/pycqa/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent 55c8d34 commit 4deee91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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
@@ -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.2.0' # pick a git hash / tag to point to
3030
hooks:
3131
- id: flake8
3232
args:

0 commit comments

Comments
 (0)