@@ -80,62 +80,62 @@ target-version = ["py310", "py311"]
80
80
[tool .ruff .lint ]
81
81
select = [
82
82
# See https://beta.ruff.rs/docs/rules/
83
- " A" , # flake8-builtins
84
- " AIR" , # Airflow
85
- " ANN" , # flake8-annotations
86
- " ARG" , # flake8-unused-arguments
87
- " ASYNC" , # flake8-async
88
- " B " , # flake8-bugbear
89
- " BLE " , # flake8-blind-except
90
- " C " , # complexity, mcabe and flake8-comprehensions
91
- " COM " , # flake8-commas
92
- " D " , # pydocstyle
93
- " DTZ " , # flake8-datetimez
94
- " E " , # pycodestyle errors
95
- " EM " , # flake8-errmsg
96
- " ERA " , # eradicate
97
- " EXE " , # flake8-executable
98
- " F " , # pyflakes
99
- " FA " , # flake8-future-annotations
100
- " FBT " , # flake8-boolean-trap
101
- " FIX " , # flake8-fixme
102
- " FLY " , # flynt
103
- " FURB " , # refurb
104
- " G " , # flake8-logging-format
105
- " I " , # isort
106
- " ICN " , # flake8-import-conventions
107
- " INP " , # flake8-no-pep420
108
- " INT " , # flake8-gettext
109
- " ISC " , # flake8-implicit-str-concat
110
- " LOG " , # flake8-logging
111
- " N " , # pep8-naming
112
- " NPY " , # numpy-specific-rules
113
- " PD " , # pandas-vet
114
- " PGH " , # pygrep-hooks
115
- " PIE " , # flake8-pie
116
- " PLC " , # pylint convention
117
- " PLE " , # pylint error
118
- " PLR " , # pylint refactor
119
- " PLW " , # pylint warning
120
- " PT " , # flake8-pytest-style
121
- " PTH " , # flake8-use-pathlib
122
- " PYI " , # flake8-pyi
123
- " Q " , # flake8-quotes
124
- " RET " , # flake8-return
125
- " RSE " , # flake8-raise
126
- " RUF " , # ruff rules
127
- " S " , # flake8-bandit
128
- " SIM " , # flake8-simplify
129
- " SLOT " , # flake8-slot
130
- " T " , # flake8-debugger and flake8-print
131
- " TCH " , # flake8-type-checking
132
- " TD " , # flake8-todos
133
- " TID " , # flake8-tidy-imports
134
- " TRIO " , # flake8-trio
135
- " TRY" , # tryceratops
136
- " UP" , # pyupgrade
137
- " W" , # pycodestyle warnings
138
- " YTT" , # flake8-2020
83
+ " A" , # flake8-builtins
84
+ " AIR" , # Airflow
85
+ " ANN" , # flake8-annotations
86
+ " ARG" , # flake8-unused-arguments
87
+ " ASYNC" , # flake8-async
88
+ " ASYNC1 " , # flake8-trio
89
+ " B " , # flake8-bugbear
90
+ " BLE " , # flake8-blind-except
91
+ " C " , # complexity, mcabe and flake8-comprehensions
92
+ " COM " , # flake8-commas
93
+ " D " , # pydocstyle
94
+ " DTZ " , # flake8-datetimez
95
+ " E " , # pycodestyle errors
96
+ " EM " , # flake8-errmsg
97
+ " ERA " , # eradicate
98
+ " EXE " , # flake8-executable
99
+ " F " , # pyflakes
100
+ " FA " , # flake8-future-annotations
101
+ " FBT " , # flake8-boolean-trap
102
+ " FIX " , # flake8-fixme
103
+ " FLY " , # flynt
104
+ " FURB " , # refurb
105
+ " G " , # flake8-logging-format
106
+ " I " , # isort
107
+ " ICN " , # flake8-import-conventions
108
+ " INP " , # flake8-no-pep420
109
+ " INT " , # flake8-gettext
110
+ " ISC " , # flake8-implicit-str-concat
111
+ " LOG " , # flake8-logging
112
+ " N " , # pep8-naming
113
+ " NPY " , # numpy-specific-rules
114
+ " PD " , # pandas-vet
115
+ " PGH " , # pygrep-hooks
116
+ " PIE " , # flake8-pie
117
+ " PLC " , # pylint convention
118
+ " PLE " , # pylint error
119
+ " PLR " , # pylint refactor
120
+ " PLW " , # pylint warning
121
+ " PT " , # flake8-pytest-style
122
+ " PTH " , # flake8-use-pathlib
123
+ " PYI " , # flake8-pyi
124
+ " Q " , # flake8-quotes
125
+ " RET " , # flake8-return
126
+ " RSE " , # flake8-raise
127
+ " RUF " , # ruff rules
128
+ " S " , # flake8-bandit
129
+ " SIM " , # flake8-simplify
130
+ " SLOT " , # flake8-slot
131
+ " T " , # flake8-debugger and flake8-print
132
+ " TCH " , # flake8-type-checking
133
+ " TD " , # flake8-todos
134
+ " TID " , # flake8-tidy-imports
135
+ " TRY" , # tryceratops
136
+ " UP" , # pyupgrade
137
+ " W" , # pycodestyle warnings
138
+ " YTT" , # flake8-2020
139
139
]
140
140
ignore = [
141
141
" D100" , # missing-docstring-in-module
0 commit comments