Skip to content

Commit 948f0fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-eslint: v8.36.0 → v8.37.0](pre-commit/mirrors-eslint@v8.36.0...v8.37.0) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.12.2](abravalheri/validate-pyproject@v0.12.1...v0.12.2)
1 parent 28f05a2 commit 948f0fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.36.0
49+
rev: v8.37.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$
5353
types: [file]
5454
args:
5555
- --fix
5656
- repo: https://github.com/psf/black
57-
rev: 23.1.0
57+
rev: 23.3.0
5858
hooks:
5959
- id: black
6060
language_version: python3
@@ -64,6 +64,6 @@ repos:
6464
hooks:
6565
- id: pyproject-fmt
6666
- repo: https://github.com/abravalheri/validate-pyproject
67-
rev: v0.12.1
67+
rev: v0.12.2
6868
hooks:
6969
- id: validate-pyproject

0 commit comments

Comments
 (0)