File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 4
4
hooks :
5
5
- id : black
6
6
language_version : python3
7
+ exclude : ^alembic/versions/
7
8
8
9
- repo : https://github.com/pycqa/isort
9
10
rev : 5.13.2
10
11
hooks :
11
12
- id : isort
12
13
name : isort (python)
14
+ exclude : ^alembic/versions/
13
15
14
16
- repo : https://github.com/charliermarsh/ruff-pre-commit
15
17
rev : v0.6.3
16
18
hooks :
17
19
- id : ruff
18
20
language_version : python3
21
+ exclude : ^alembic/versions/
19
22
20
23
- repo : https://github.com/pre-commit/pre-commit-hooks
21
24
rev : v1.2.3
22
25
hooks :
23
26
- id : flake8
27
+ exclude : ^alembic/versions/
24
28
25
29
- repo : https://github.com/pre-commit/pre-commit-hooks
26
30
rev : v4.6.0
27
31
hooks :
28
32
- id : trailing-whitespace
33
+ exclude : ^alembic/versions/
29
34
- id : end-of-file-fixer
35
+ exclude : ^alembic/versions/
Original file line number Diff line number Diff line change @@ -137,12 +137,3 @@ extend-select = [
137
137
" PLR" , # pylint Refactor
138
138
" PLW" , # pylint Warning
139
139
]
140
-
141
- [tool .flake8 ]
142
- exclude = [
143
- " alembic/versions/*"
144
- ]
145
- ignore = [
146
- " E501" , # Ignore line length errors
147
- " W503" # Ignore line break before binary operator
148
- ]
You can’t perform that action at this time.
0 commit comments