diff options
| author | 2023-03-07 14:36:09 +0000 | |
|---|---|---|
| committer | 2023-05-04 13:27:53 +0100 | |
| commit | b4b305834c2aeb92110c5fc5a2f712a4f0e39255 (patch) | |
| tree | 31e7d7954a2ced4a7fa445401e26f5a60a49ec4d /pyproject.toml | |
| parent | Add pre-commit as a dev dep and add relevent taskipy tasks (diff) | |
Update lint workflow to use pre-commit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9f5b8e9..5ad2d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,4 +58,4 @@ ignore = [ "SIM102", "SIM108", ] line-length = 100 -select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"]
\ No newline at end of file +select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"] |