File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ extend = "pyproject.toml"
44[lint ]
55extend-select = [
66 # upstream
7-
7+
88 " C901" , # complex-structure
99 " I" , # isort
1010 " PERF401" , # manual-list-comprehension
1111 " W" , # pycodestyle Warning
12-
13- # Ensure modern type annotation syntax and best practices
12+
13+ # Ensure modern type annotation syntax and best practices
1414 # Not including those covered by type-checkers or exclusive to Python 3.11+
1515 " FA" , # flake8-future-annotations
1616 " F404" , # late-future-import
@@ -26,7 +26,7 @@ extend-select = [
2626]
2727ignore = [
2828 # upstream
29-
29+
3030 # Typeshed rejects complex or non-literal defaults for maintenance and testing reasons,
3131 # irrelevant to this project.
3232 " PYI011" , # typed-argument-default-in-stub
@@ -44,7 +44,7 @@ ignore = [
4444 " COM812" ,
4545 " COM819" ,
4646
47- # local
47+ # local
4848]
4949
5050[format ]
You can’t perform that action at this time.
0 commit comments