Merge branch 'main'

master
Guido Longoni 2024-03-27 18:42:57 +01:00
commit 881e62000d
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py38-plus"]
@ -15,7 +15,7 @@ repos:
args: ["--target-version", "3.0"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

View File

@ -1,4 +1,4 @@
coverage == 7.4.*
pre-commit == 3.5.*
psycopg2-binary == 2.9.*
tox == 4.12.*
tox == 4.13.*