Skip to content

Commit

Permalink
chore: update ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Jan 31, 2024
1 parent 3a6bfa4 commit 6bf0f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude_types: [json, binary]
- repo: https://github.com/psf/black
rev: "23.12.1"
hooks:
- id: black-jupyter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
hooks:
Expand All @@ -17,4 +13,4 @@ repos:
- repo: https://github.com/kynan/nbstripout
rev: "0.6.1"
hooks:
- id: nbstripout
- id: nbstripout
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ ignore = [
unfixable = [
"F401", # Don't touch unused imports
]
extend-include = ["*.ipynb"]
exclude = []
isort.known-first-party = ["elisa"]
isort.combine-as-imports = true
Expand Down

0 comments on commit 6bf0f47

Please sign in to comment.