Skip to content

Commit 5c848e5

Browse files
[pre-commit.ci] pre-commit autoupdate (#15)
updates: - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [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/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.292...v0.1.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e524d61 commit 5c848e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ci:
1616
repos:
1717
# Autoformat: Python code, syntax patterns are modernized
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.13.0
19+
rev: v3.15.0
2020
hooks:
2121
- id: pyupgrade
2222
args:
2323
- --py37-plus
2424

2525
# Autoformat: Python code
2626
- repo: https://github.com/psf/black
27-
rev: 23.9.1
27+
rev: 23.10.1
2828
hooks:
2929
- id: black
3030

@@ -36,15 +36,15 @@ repos:
3636

3737
# Autoformat and linting, misc. details
3838
- repo: https://github.com/pre-commit/pre-commit-hooks
39-
rev: v4.4.0
39+
rev: v4.5.0
4040
hooks:
4141
- id: end-of-file-fixer
4242
- id: requirements-txt-fixer
4343
- id: check-case-conflict
4444
- id: check-executables-have-shebangs
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.0.292
47+
rev: v0.1.4
4848
hooks:
4949
- id: ruff
5050
args: ["--fix", "--line-length=120"]

0 commit comments

Comments
 (0)