Skip to content

Commit a51dcc8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/codingjoe/relint: 3.1.0 → 3.1.1](codingjoe/relint@3.1.0...3.1.1)
1 parent 30d8ff0 commit a51dcc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

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

1313
repos:
1414
- repo: https://github.com/psf/black
15-
rev: 24.1.1
15+
rev: 24.3.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/PyCQA/isort
@@ -29,7 +29,7 @@ repos:
2929
# hooks:
3030
# - id: flake8
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.15.0
32+
rev: v3.15.2
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py39-plus]
@@ -43,7 +43,7 @@ repos:
4343
# tomli # to read config from pyproject.toml
4444
# ]
4545
- repo: https://github.com/codingjoe/relint
46-
rev: 3.1.0
46+
rev: 3.1.1
4747
hooks:
4848
- id: relint
4949
args: [-W] # to fail on warnings

0 commit comments

Comments
 (0)