Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Aug 26, 2023
1 parent 651c891 commit 320f4a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos:
- id: check-toml
- id: mixed-line-ending
# Python
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black-jupyter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.278
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
hooks:
- id: black-jupyter
# numpydoc
- repo: https://github.com/Carreau/velin
rev: 0.0.12
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ ignore = [
"E501", # line too long
"E741", # ambiguous variable name
"E402", # module level import not at top of file
"D205", # 1 blank line required between summary line and description
]

[tool.ruff.pydocstyle]
Expand Down

0 comments on commit 320f4a4

Please sign in to comment.