Skip to content

Commit

Permalink
Fix ruff excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Sep 22, 2023
1 parent cb849c4 commit 85117f3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,9 @@ fail_under = 80

[tool.ruff]
force-exclude = true # Apply excludes to pre-commit
exclude = [
".git",
extend-exclude = [
"__pycache__",
"old",
"build",
"dist",
".venv",
".eggs",
".tox",
".ipynb_checkpoints",
"noxfile.py",
"docs/conf.py",
Expand Down

0 comments on commit 85117f3

Please sign in to comment.