Skip to content

Commit 0b287c9

Browse files
committed
Update pyproject.toml.
1 parent e47907f commit 0b287c9

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

pyproject.toml

+1-19
Original file line numberDiff line numberDiff line change
@@ -63,28 +63,10 @@ Issues = "https://github.com/fabiocaccamo/django-admin-interface/issues"
6363
Funding = "https://github.com/sponsors/fabiocaccamo/"
6464
Twitter = "https://twitter.com/fabiocaccamo"
6565

66-
[tool.black]
67-
line-length = 88
68-
include = '\.pyi?$'
69-
exclude = '''
70-
/(
71-
\.git
72-
| \.hg
73-
| \.mypy_cache
74-
| \.tox
75-
| \.venv
76-
| _build
77-
| buck-out
78-
| build
79-
| dist
80-
| venv
81-
)/
82-
'''
83-
8466
[tool.ruff]
8567
ignore = []
8668
line-length = 88
87-
select = ["B", "B9", "C", "E", "F", "W"]
69+
select = ["B", "B9", "C", "E", "F", "I", "W"]
8870

8971
[tool.ruff.mccabe]
9072
max-complexity = 10

0 commit comments

Comments
 (0)