We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0cf8e commit 023d1d7Copy full SHA for 023d1d7
1 file changed
setup.cfg
@@ -6,14 +6,6 @@ description = Advanced logging for Python
6
[tool.ruff]
7
line-length = 100
8
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
-]
17
ignore = ["E501"] # line length
18
19
[tool.ruff.per-file-ignores]
0 commit comments