1
0
Fork 0
mirror of synced 2024-05-19 11:42:40 +12:00

bumped ruff to 0.1.13

This commit is contained in:
Piotr Migdal 2024-01-18 18:00:24 +01:00
parent ff2704974e
commit 9d2bda70f5
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ repos:
name: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.272
rev: v0.1.13
hooks:
- id: ruff
name: ruff

View file

@ -45,7 +45,7 @@ dev = [
"black>=23.3.0",
"pre-commit>=3.0.4",
"pytest>=7.2.1",
"ruff>=0.0.272",
"ruff>=0.1.13",
"tox>=3.27.1",
]