Skip to content

Commit 856d868

Browse files
committed
update ruff rules
1 parent 54cff0a commit 856d868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ignore = []
5858
ignore-init-module-imports = true
5959

6060
# Allow autofix for all enabled rules (when `--fix`) is provided.
61-
fixable = ["A", "B", "C", "D", "E", "F", "G", "I", "N", "Q", "S", "T", "W", "ANN", "ARG", "BLE", "COM", "DJ", "DTZ", "EM", "ERA", "EXE", "FBT", "ICN", "INP", "ISC", "NPY", "PD", "PGH", "PIE", "PL", "PT", "PTH", "PYI", "RET", "RSE", "RUF", "SIM", "SLF", "TCH", "TID", "TRY", "UP", "YTT"]
61+
fixable = ["ALL"]
6262
unfixable = []
6363

6464
# Exclude a variety of commonly ignored directories.

0 commit comments

Comments
 (0)