Skip to content

Commit d2dee3b

Browse files
committed
Run pre-commit run -a
1 parent b6045d7 commit d2dee3b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
name: Validating CITATION.cff using 'cffconvert'
99

1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.12.0
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
name: Sorting Python import lines using 'isort'
@@ -17,26 +17,26 @@ repos:
1717
- "--diff"
1818

1919
- repo: https://github.com/regebro/pyroma
20-
rev: "4.2"
20+
rev: "5.0"
2121
hooks:
2222
- id: pyroma
2323
name: Assessing the package metadata using 'pyroma'
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.0.278
26+
rev: v0.12.9
2727
hooks:
2828
- id: ruff
2929
name: Linting using 'ruff'
3030

3131
- repo: https://github.com/PyCQA/prospector
32-
rev: 1.10.2
32+
rev: v1.17.3
3333
hooks:
3434
- id: prospector
3535
name: Linting the code base using 'prospector'
3636
args: ["--profile-path", ".prospector.yml"]
3737

3838
- repo: https://github.com/tcort/markdown-link-check
39-
rev: bde6fd2675901c55f8a356a67475257d44af51ae # 3.11.2
39+
rev: v3.13.7
4040
hooks:
4141
- id: markdown-link-check
4242
args: [-q]

0 commit comments

Comments
 (0)