Merge branch 'main'
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
coverage == 7.4.*
|
||||
pre-commit == 3.5.*
|
||||
psycopg2-binary == 2.9.*
|
||||
tox == 4.12.*
|
||||
tox == 4.13.*
|
||||
|
||||
Reference in New Issue
Block a user