Skip to content

Commit

Permalink
Add ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Jun 10, 2024
1 parent 152de23 commit 5078b2e
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
[tool.black]
line-length = 120
target-version = ['py37']
include = '\.pyi?$'
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
)
'''
[tool.ruff]
lint.ignore = ["F403", "E501", "N802", "N803", "N806", "C901", "D100", "D102", "D102", "D10"]

0 comments on commit 5078b2e

Please sign in to comment.