File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/Lucas-C/pre-commit-hooks
3- rev : a30f0d816e5062a67d87c8de753cfe499672b959 # frozen: v1.5.5
3+ rev : ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6
44 hooks :
55 - id : insert-license
66 files : ' ^src/.+\.py$|^tests/.+\.py$'
@@ -28,11 +28,11 @@ repos:
2828 files : ' ^src/.+\.py$'
2929 args : ['--never', '--application-directories', 'src']
3030- repo : https://github.com/PyCQA/isort
31- rev : 0a09c783808cfe77bb3269250f663ff733d23302 # frozen: 7 .0.0
31+ rev : 3459bdee0962449aad91235273c3fd1306dfebe5 # frozen: 8 .0.0
3232 hooks :
3333 - id : isort
3434- repo : https://github.com/psf/black-pre-commit-mirror
35- rev : 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12 .0
35+ rev : ea488cebbfd88a5f50b8bd95d5c829d0bb76feb8 # frozen: 26.1 .0
3636 hooks :
3737 - id : black
3838- repo : https://github.com/pre-commit/pre-commit-hooks
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ to support mypyc builds. The change is reverted before exiting. This also
99sets the `TOMLI_USE_MYPYC=1` environment variable that setup.py reads to
1010enable mypyc.
1111"""
12+
1213import os
1314from pathlib import Path
1415import shutil
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ matches Tomli commit https://github.com/hukkin/tomli/commit/7e563eed5286b5d46b82
3535
3636 from . import load_tests
3737
38-
3938 unittest.main()
4039 ```
4140
You can’t perform that action at this time.
0 commit comments