Bump versions and remove sentry

This commit is contained in:
2024-07-01 21:06:46 +02:00
parent 89613e7b2a
commit 9494cae59b
8 changed files with 864 additions and 797 deletions

View File

@@ -2,14 +2,14 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/python-poetry/poetry
rev: 1.6.0 # add version here
rev: 1.8.0 # add version here
hooks:
- id: poetry-check
- id: poetry-lock
@@ -23,6 +23,6 @@ repos:
"--without-hashes",
]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black