Hotfix pre commit config (#470)

This commit is contained in:
Patilla Code
2023-07-02 19:14:05 +02:00
committed by GitHub
parent 2ffd92b180
commit 1b232cd640
2 changed files with 6 additions and 7 deletions

View File

@@ -32,9 +32,8 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: codespell
additional_dependencies:
- tomli
additional_dependencies: [tomli]