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 e396580 commit bda2227Copy full SHA for bda2227
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: end-of-file-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/psf/black
12
- rev: 24.10.0
+ rev: 25.1.0
13
hooks:
14
- id: black
15
# It is recommended to specify the latest version of Python
@@ -18,12 +18,12 @@ repos:
18
# https://pre-commit.com/#top_level-default_language_version
19
language_version: python3.11
20
- repo: https://github.com/pycqa/isort
21
- rev: 5.13.2
+ rev: 6.0.0
22
23
- id: isort
24
name: isort (python)
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
# Ruff version.
27
- rev: v0.8.0
+ rev: v0.9.4
28
29
- id: ruff
0 commit comments