Skip to content

Commit

Permalink
Merge pull request #1388 from messense/update-ruff-exclude
Browse files Browse the repository at this point in the history
Remove unnecessary ruff excludes
  • Loading branch information
messense authored Jan 4, 2023
2 parents 094727c + ede9732 commit 2d5c660
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,3 @@ extend-exclude = '''
[tool.ruff]
line-length = 120
target-version = "py37"
exclude = [
".bzr",
".direnv",
".eggs",
".git",
".hg",
".mypy_cache",
".nox",
".pants.d",
".ruff_cache",
".svn",
".tox",
".venv",
"__pypackages__",
"_build",
"buck-out",
"build",
"dist",
"node_modules",
"venv",
# maturin specific excludes
"venvs",
"target",
"targets",
# auto-generated files
"test-crates/cffi-mixed/cffi_mixed/cffi_mixed/ffi.py",
"test-crates/uniffi-mixed/uniffi_mixed/uniffi_mixed/math.py",
]

0 comments on commit 2d5c660

Please sign in to comment.