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 8a4ae0b commit e151bacCopy full SHA for e151bac
.pre-commit-config.yaml
@@ -1,19 +1,19 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.6.0
+ rev: 25.1.0
4
hooks:
5
- id: black
6
language_version: python3.8
7
- repo: https://github.com/PyCQA/isort
8
- rev: 5.10.1
+ rev: 6.0.0
9
10
- id: isort
11
- repo: https://github.com/pycqa/flake8
12
- rev: 5.0.4
+ rev: 7.1.1
13
14
- id: flake8
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.3.0
+ rev: v5.0.0
17
18
- id: check-executables-have-shebangs
19
- id: check-toml
@@ -22,7 +22,7 @@ repos:
22
- id: mixed-line-ending
23
- id: trailing-whitespace
24
- repo: https://github.com/codespell-project/codespell
25
- rev: v2.1.0
+ rev: v2.4.1
26
27
- id: codespell
28
args: ["--skip=palms.spec"]
0 commit comments