Skip to content

Commit ebab08a

Browse files
committed
chore: update ruff to 0.15.20 and remove tox
1 parent 32ada18 commit ebab08a

3 files changed

Lines changed: 22 additions & 157 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.0
3+
rev: v0.15.20
44
hooks:
55
- id: ruff-format
66
- id: ruff

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ Repository = "https://github.com/fingerprintjs/python-sdk"
2828
dev = [
2929
"pytest>=7.2.1",
3030
"pytest-cov>=2.8.1",
31-
"tox>=3.9.0",
3231
"types-python-dateutil>=2.8.19.14",
3332
"mypy>=1.5",
34-
"ruff==0.15.0",
33+
"ruff==0.15.20",
3534
"pre-commit>=4.0.0",
3635
"python-dotenv>=1.0.0",
3736
]

0 commit comments

Comments
 (0)