1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00

Update versions

This commit is contained in:
OMEGARAZER 2023-06-12 18:05:53 -04:00
parent 56ecc06f10
commit 68b2b96295
No known key found for this signature in database
GPG key ID: D89925310D306E35
2 changed files with 6 additions and 5 deletions

View file

@ -3,22 +3,23 @@
repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.12.1
rev: v0.13
hooks:
- id: validate-pyproject
name: validate-pyproject
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
name: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.254
rev: v0.0.272
hooks:
- id: ruff
name: ruff
args: ["--fixable=I","--fix"]
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0

View file

@ -42,10 +42,10 @@ data-files = {"config" = ["bdfr/default_config.cfg",]}
[project.optional-dependencies]
dev = [
"black>=23.1.0",
"black>=23.3.0",
"pre-commit>=3.0.4",
"pytest>=7.2.1",
"ruff>=0.0.254",
"ruff>=0.0.272",
"tox>=3.27.1",
]