File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ extend = "pyproject.toml"
4
4
[lint ]
5
5
extend-select = [
6
6
# upstream
7
-
7
+
8
8
" C901" , # complex-structure
9
9
" I" , # isort
10
10
" PERF401" , # manual-list-comprehension
11
11
" W" , # pycodestyle Warning
12
-
13
- # Ensure modern type annotation syntax and best practices
12
+
13
+ # Ensure modern type annotation syntax and best practices
14
14
# Not including those covered by type-checkers or exclusive to Python 3.11+
15
15
" FA" , # flake8-future-annotations
16
16
" F404" , # late-future-import
@@ -26,7 +26,7 @@ extend-select = [
26
26
]
27
27
ignore = [
28
28
# upstream
29
-
29
+
30
30
# Typeshed rejects complex or non-literal defaults for maintenance and testing reasons,
31
31
# irrelevant to this project.
32
32
" PYI011" , # typed-argument-default-in-stub
@@ -44,7 +44,7 @@ ignore = [
44
44
" COM812" ,
45
45
" COM819" ,
46
46
47
- # local
47
+ # local
48
48
]
49
49
50
50
[format ]
You can’t perform that action at this time.
0 commit comments