Skip to content

Commit 1def4ce

Browse files
Update dev dependencies.
Those deps are fixed so they need to be updated separately. * pyproject.toml: Update dev dependencies (using `poetry up`) * poetry.lock: Autogenerated by `poetry lock`. * .pre-commit-config.yaml: Updated by sync-with-poetry.
1 parent b377990 commit 1def4ce

File tree

3 files changed

+126
-123
lines changed

3 files changed

+126
-123
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555

5656
# Lint python code with ruff (also sorts imports)
5757
- repo: https://github.com/charliermarsh/ruff-pre-commit
58-
rev: "5bd2636577fce68326b4fa0bea1769f02d7025bf" # frozen: v0.0.272
58+
rev: "75d1925b523dd109cc200d1b29142ff36ec785ad" # frozen: v0.1.6
5959
hooks:
6060
- id: ruff
6161
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)