Skip to content

Commit 1412251

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.1.0 → 23.11.0](psf/black@23.1.0...23.11.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.3)
1 parent 9737d13 commit 1412251

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fail_fast: true
2020

2121
repos:
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.4.0
23+
rev: v4.5.0
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: end-of-file-fixer
@@ -36,18 +36,18 @@ repos:
3636
args: ["--profile", "black"]
3737

3838
- repo: https://github.com/psf/black
39-
rev: 23.1.0
39+
rev: 23.11.0
4040
hooks:
4141
- id: black
4242
language_version: python3.8
4343

4444
- repo: https://github.com/PyCQA/flake8
45-
rev: 6.0.0
45+
rev: 6.1.0
4646
hooks:
4747
- id: flake8
4848

4949
- repo: https://github.com/pre-commit/mirrors-prettier
50-
rev: v3.0.0-alpha.4
50+
rev: v4.0.0-alpha.3
5151
hooks:
5252
- id: prettier
5353
types: [yaml]

0 commit comments

Comments
 (0)