Commit f38e5ef 1 parent 2a02b7e commit f38e5ef Copy full SHA for f38e5ef
File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/Quantco/pre-commit-mirrors-black
3
- rev : 23.12 .1
3
+ rev : 24.1 .1
4
4
hooks :
5
5
- id : black-conda
6
6
args :
7
7
- --safe
8
8
- --target-version=py38
9
9
- repo : https://github.com/Quantco/pre-commit-mirrors-flake8
10
- rev : 6.1 .0
10
+ rev : 7.0 .0
11
11
hooks :
12
12
- id : flake8-conda
13
13
- repo : https://github.com/Quantco/pre-commit-mirrors-isort
27
27
args :
28
28
- --py38-plus
29
29
- repo : https://github.com/Quantco/pre-commit-mirrors-typos
30
- rev : 1.16.26
30
+ rev : 1.18.0
31
31
hooks :
32
32
- id : typos-conda
33
33
exclude : " \\ .csv$"
Original file line number Diff line number Diff line change 1
1
[default .extend-words ]
2
- nd = " nd"
2
+ nd = " nd"
Original file line number Diff line number Diff line change 1
1
"""datajudge allows to assess whether data from database complies with reference
2
2
information."""
3
3
4
-
5
4
import pkg_resources
6
5
7
6
from .constraints .base import Constraint
Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ def apply_patches(engine: sa.engine.Engine):
74
74
75
75
76
76
@overload
77
- def lowercase_column_names (column_names : str ) -> str :
77
+ def lowercase_column_names (column_names : str ) -> str : # fmt: off
78
78
...
79
79
80
80
81
81
@overload
82
- def lowercase_column_names (column_names : list [str ]) -> list [str ]:
82
+ def lowercase_column_names (column_names : list [str ]) -> list [str ]: # fmt: off
83
83
...
84
84
85
85
You can’t perform that action at this time.
0 commit comments