We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df14865 commit e20a657Copy full SHA for e20a657
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-added-large-files
10
- id: debug-statements
11
- repo: https://github.com/psf/black
12
- rev: "22.12.0"
+ rev: "23.1.0"
13
hooks:
14
- id: black
15
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -23,7 +23,7 @@ repos:
23
- types-requests
24
- types-atomicwrites
25
- repo: https://github.com/charliermarsh/ruff-pre-commit
26
- rev: 'v0.0.238'
+ rev: 'v0.0.243'
27
28
- id: ruff
29
- repo: local
0 commit comments