Skip to content

Commit ddfbb18

Browse files
pre-commit-ci[bot]csernazs
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.1...v0.3.2) - [github.com/psf/black: 23.1.0 → 24.2.0](psf/black@23.1.0...24.2.0) - [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/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/blacken-docs: 1.13.0 → 1.16.0](adamchainz/blacken-docs@1.13.0...1.16.0)
1 parent 55948bc commit ddfbb18

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
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.2.1
3+
rev: v0.3.2
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black
9-
rev: 23.1.0
9+
rev: 24.2.0
1010
hooks:
1111
- id: black
1212
args: [--line-length=120, --safe]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v4.5.0
1616
hooks:
1717
- id: check-case-conflict
1818
- id: check-merge-conflict
@@ -23,14 +23,14 @@ repos:
2323
- id: requirements-txt-fixer
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.12.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929
name: isort (python)
3030
args: ['--force-single-line-imports', '--profile', 'black']
3131

3232
- repo: https://github.com/asottile/blacken-docs
33-
rev: 1.13.0
33+
rev: 1.16.0
3434
hooks:
3535
- id: blacken-docs
3636
additional_dependencies: [ black ]

0 commit comments

Comments
 (0)