We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e72190 commit 5f54c36Copy full SHA for 5f54c36
.pre-commit-config.yaml
@@ -1,14 +1,13 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
-# https://github.com/python/black#version-control-integration
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.12.1
+ rev: v0.12.11
7
hooks:
8
- id: ruff-check
9
- id: ruff-format
10
- repo: https://github.com/pre-commit/mirrors-mypy
11
- rev: v1.16.1
+ rev: v1.17.1
12
13
- id: mypy
14
additional_dependencies: [types-requests]
0 commit comments