General updates & linting (#218)

This commit is contained in:
2023-10-14 17:43:45 +02:00
committed by GitHub
parent 6365e252b9
commit c0d42a22d7
5 changed files with 49 additions and 295 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
exclude: (.txt$|.ipynb$)
@@ -43,7 +43,7 @@ repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.10.0
rev: v2.11.0
hooks:
- id: pretty-format-ini
args: [--autofix]
@@ -55,7 +55,7 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.0
hooks:
- id: mypy
additional_dependencies: