Skip to content

Commit 023d1d7

Browse files
authored
chore: update setup
1 parent 8c0cf8e commit 023d1d7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

setup.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ description = Advanced logging for Python
66
[tool.ruff]
77
line-length = 100
88
target-version = "py37"
9-
select = [
10-
"E", # pycodestyle errors
11-
"W", # pycodestyle warnings
12-
"F", # pyflakes
13-
"I", # isort
14-
"C", # flake8-comprehensions
15-
"B", # flake8-bugbear
16-
]
179
ignore = ["E501"] # line length
1810

1911
[tool.ruff.per-file-ignores]

0 commit comments

Comments
 (0)