We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c8d34 commit 4deee91Copy full SHA for 4deee91
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: double-quote-string-fixer
12
files: ^(FreeSimpleGUI(?:Qt|Web|Wx)?)/(?!Demo).*\.py
13
- repo: https://github.com/asottile/reorder-python-imports
14
- rev: v3.14.0
+ rev: v3.15.0
15
hooks:
16
- id: reorder-python-imports
17
@@ -26,7 +26,7 @@ repos:
26
27
28
- repo: https://github.com/pycqa/flake8
29
- rev: '7.1.2' # pick a git hash / tag to point to
+ rev: '7.2.0' # pick a git hash / tag to point to
30
31
- id: flake8
32
args:
0 commit comments