Compare commits

...

2 Commits

5 changed files with 35 additions and 35 deletions

View File

@@ -1,13 +1,13 @@
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11 rev: v0.11.2
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]
- id: ruff-format - id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v5.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer

View File

@@ -33,7 +33,7 @@ dev = [
"pytest>=8.3.4", "pytest>=8.3.4",
"pytest-asyncio>=0.25.0", "pytest-asyncio>=0.25.0",
"pytest-mock>=3.14.0", "pytest-mock>=3.14.0",
"ruff>=0.9.2" "ruff"
] ]
[build-system] [build-system]