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

View File

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