Skip to content

Commit 5bfb2af

Browse files
committed
style: update ruff and precommit
1 parent e6373a9 commit 5bfb2af

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ repos:
1313
- id: mixed-line-ending
1414
args: [ --fix=lf ]
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.8.6 # ruff version
16+
rev: v0.12.1 # ruff version
1717
hooks:
1818
- id: ruff-format
1919
- id: ruff
2020
args: [ --fix, --exit-non-zero-on-fix ]
21-
minimum_pre_commit_version: 4.0.1
21+
minimum_pre_commit_version: 4.2.0

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ dynamic = ["version"]
2424
[project.optional-dependencies]
2525
tests = ["pytest", "pytest-cov", "requests-mock"]
2626
dev = [
27-
"pre-commit>=4.0.1",
28-
"ruff==0.8.6",
27+
"pre-commit>=4.2.0",
28+
"ruff==0.12.1",
2929
]
3030

31-
3231
[project.urls]
3332
Homepage = "https://github.com/genomicmedlab/regbot"
3433
Documentation = "https://github.com/genomicmedlab/regbot"

0 commit comments

Comments
 (0)