Skip to content

Commit 3dda84f

Browse files
authored
Devops: Update pre-commit hooks (#6367)
1 parent 6564e78 commit 3dda84f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install python dependencies
2020
uses: ./.github/actions/install-aiida-core
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.11'
2323
extras: '[pre-commit]'
2424
from-requirements: 'false'
2525

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: check-merge-conflict
1212
- id: check-yaml
@@ -37,7 +37,7 @@ repos:
3737
args: [--line-length=120, --fail-on-change]
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.3.5
40+
rev: v0.4.1
4141
hooks:
4242
- id: ruff-format
4343
exclude: &exclude_ruff >
@@ -50,7 +50,7 @@ repos:
5050
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
5151

5252
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
53-
rev: v2.12.0
53+
rev: v2.13.0
5454
hooks:
5555
- id: pretty-format-toml
5656
args: [--autofix]

0 commit comments

Comments
 (0)