Skip to content

Commit 0611434

Browse files
authored
Clean up (#69)
1 parent 62a2141 commit 0611434

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
- id: isort
1414
additional_dependencies: [toml]
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.16.0
16+
rev: v1.16.1
1717
hooks:
1818
- id: mypy
1919
additional_dependencies: [types-requests]
2020
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: 'v0.11.12'
21+
rev: 'v0.12.2'
2222
hooks:
2323
- id: ruff
2424
args:

0 commit comments

Comments
 (0)