File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,17 @@ check = [
169
169
]
170
170
171
171
format = [
172
- { cmd = " black . " },
173
- { cmd = " isort . " },
172
+ { cmd = " black sqlalchemy_postgresql_relaxed/ tests/ " },
173
+ { cmd = " isort sqlalchemy_postgresql_relaxed/ tests/ " },
174
174
# Configure Ruff not to auto-fix (remove!) unused variables (F841) and `print` statements (T201).
175
175
{ cmd = " ruff --fix --ignore=ERA --ignore=F401 --ignore=F841 --ignore=T20 ." },
176
176
{ cmd = " pyproject-fmt pyproject.toml" },
177
177
]
178
178
179
179
lint = [
180
- { cmd = " ruff check . " },
181
- { cmd = " black --check . " },
182
- { cmd = " isort --check . " },
180
+ { cmd = " ruff check sqlalchemy_postgresql_relaxed/ tests/ " },
181
+ { cmd = " black --check sqlalchemy_postgresql_relaxed/ tests/ " },
182
+ { cmd = " isort --check sqlalchemy_postgresql_relaxed/ tests/ " },
183
183
{ cmd = " validate-pyproject pyproject.toml" },
184
184
{ cmd = " proselint *.rst doc/*.rst" },
185
185
# { cmd = "mypy" },
You can’t perform that action at this time.
0 commit comments