Skip to content

Commit b92f302

Browse files
committed
Bump deps
1 parent cd0a32a commit b92f302

3 files changed

Lines changed: 224 additions & 205 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
3030
rev: v0.12.2
3131
hooks:
32-
- id: ruff
32+
- id: ruff-check
3333
- repo: local
3434
hooks:
3535
- id: flake8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cog.out(
3131
]]] -->
3232
```bash
3333
$ flake8 --version
34-
7.1.2 (flake8-annotations: 3.1.1, mccabe: 0.7.0, pycodestyle: 2.12.1, pyflakes: 3.2.0) CPython 3.13.1 on Darwin
34+
7.3.0 (flake8-annotations: 3.1.1, mccabe: 0.7.0, pycodestyle: 2.14.0, pyflakes: 3.4.0) CPython 3.13.5 on Darwin
3535
```
3636
<!-- [[[end]]] -->
3737

0 commit comments

Comments
 (0)