Skip to content

Commit 8de1e0e

Browse files
committed
Mirror: 0.1.21
1 parent 59d5daf commit 8de1e0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use rumdl with pre-commit, add the following to your `.pre-commit-config.yaml
99
```yaml
1010
repos:
1111
- repo: https://github.com/rvben/rumdl-pre-commit
12-
rev: v0.1.20
12+
rev: v0.1.21
1313
hooks:
1414
- id: rumdl # Lint only (fails on issues)
1515
- id: rumdl-fmt # Auto-format and fail if issues remain

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99
license = { file = "LICENSE" }
1010
dependencies = [
11-
"rumdl==0.1.20"
11+
"rumdl==0.1.21"
1212
]
1313

1414
[project.urls]

0 commit comments

Comments
 (0)