Skip to content

Commit

Permalink
use toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 3, 2024
1 parent 414d22d commit a5e7e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
hooks:
- id: nbstripout
files: '.ipynb'
args: [ '--extra-keys', 'metadata.kernelspec' ]
args: [ '--extra-keys=metadata.kernelspec' ]
- repo: https://github.com/keewis/blackdoc
rev: v0.3.9
hooks:
Expand All @@ -76,6 +76,7 @@ repos:
hooks:
- id: codespell
additional_dependencies: [ 'tomli' ]
args: [ '--toml=pyproject.toml' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
hooks:
Expand Down

0 comments on commit a5e7e36

Please sign in to comment.