Skip to content

Commit

Permalink
bump precommit, fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Oct 3, 2023
1 parent 5dd4452 commit cd7fb59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
entry: pflake8
files: ^src/
additional_dependencies:
- pyproject-flake8==6.0.0
- pyproject-flake8==6.1.0
- flake8-bugbear==22.12.6
- flake8-typing-imports==1.14.0
- flake8-docstrings==1.6.0
Expand Down Expand Up @@ -72,8 +72,8 @@ repos:
language: python
types: [text]
args: [
--ignore-words-list, 'titel,statics,ba,nd,te,mater,commun,vise',
--skip, "*.ipynb,./tests"
--ignore-words-list, 'titel,statics,ba,nd,te,mater,commun,vise,dscribe',
--skip, "*.ipynb,./tests,*paper*",
]
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
Expand Down

0 comments on commit cd7fb59

Please sign in to comment.