Skip to content

Commit c129981

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.256 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.256...v0.1.9)
1 parent 0807d90 commit c129981

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 23.12.1
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.12.0
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020

2121
- repo: https://github.com/nbQA-dev/nbQA
22-
rev: 1.7.0
22+
rev: 1.7.1
2323
hooks:
2424
- id: nbqa-black
2525
- id: nbqa-isort
@@ -29,8 +29,8 @@ repos:
2929
hooks:
3030
- id: nbstripout
3131

32-
- repo: https://github.com/charliermarsh/ruff-pre-commit
33-
rev: v0.0.256
32+
- repo: https://github.com/astral-sh/ruff-pre-commit
33+
rev: v0.1.9
3434
hooks:
3535
- id: ruff
3636
args: [--fix]

0 commit comments

Comments
 (0)