1
0
Fork 0
mirror of synced 2024-10-01 09:41:03 +13:00

Merge pull request #886 from OMEGARAZER/update-versions

This commit is contained in:
Serene 2023-06-14 12:31:48 +10:00 committed by GitHub
commit 1df6b071a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",
]