Skip to content

Commit

Permalink
update excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Mar 29, 2024
1 parent dc54578 commit 575c541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
hooks:
- id: ruff
args: ["--fix"]
exclude: ^(build|examples)
exclude: ^(build|examples|docs/docusaurus/versioned_docs/version-0.17|docs/docusaurus/versioned_docs/version-0.18)
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ lint.ignore = [
"RUF015", # unnecessary-iterable-allocation-for-first-element - requires more careful review
]
extend-exclude = [
"docs/docusaurus/versioned_docs/version-0.18",
"docs/docusaurus/versioned_docs/version-0.17",
"build/*",
"versioneer*",
"examples/*",
Expand Down

0 comments on commit 575c541

Please sign in to comment.