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 014b349 commit f10cc09Copy full SHA for f10cc09
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
python: python3.10
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: trailing-whitespace
10
args: [--markdown-linebreak-ext=md]
@@ -17,7 +17,7 @@ repos:
17
# mypyc-compiled `black`, which is about 2x faster; see:
18
# https://black.readthedocs.io/en/stable/integrations/source_version_control.html
19
- repo: https://github.com/psf/black-pre-commit-mirror
20
- rev: 24.4.2
+ rev: 24.10.0
21
22
- id: black
23
- repo: https://github.com/asottile/reorder-python-imports
0 commit comments