Skip to content

Commit fa8223d

Browse files
chore: pre-commit autoupdate (#83)
updates: - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.3...v4.0.0-alpha.8) - [github.com/streetsidesoftware/cspell-cli: v8.0.0 → v8.2.1](streetsidesoftware/cspell-cli@v8.0.0...v8.2.1) - [github.com/python-jsonschema/check-jsonschema: 0.27.2 → 0.27.3](python-jsonschema/check-jsonschema@0.27.2...0.27.3) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) - [github.com/pycqa/pylint: v3.0.1 → v3.0.3](pylint-dev/pylint@v3.0.1...v3.0.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 00b6776 commit fa8223d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-useless-excludes
1818
- repo: https://github.com/pre-commit/mirrors-prettier
1919
# keep it before yamllint
20-
rev: v4.0.0-alpha.3
20+
rev: v4.0.0-alpha.8
2121
hooks:
2222
- id: prettier
2323
always_run: true
@@ -26,14 +26,14 @@ repos:
2626
- prettier-plugin-toml
2727
- prettier-plugin-sort-json
2828
- repo: https://github.com/streetsidesoftware/cspell-cli
29-
rev: v8.0.0
29+
rev: v8.2.1
3030
hooks:
3131
- id: cspell
3232
# entry: codespell --relative
3333
args: [--relative, --no-progress, --no-summary]
3434
name: Spell check with cspell
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.27.2
36+
rev: 0.27.3
3737
hooks:
3838
- id: check-github-workflows
3939
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -65,14 +65,14 @@ repos:
6565
types: [file, yaml]
6666
entry: yamllint --strict
6767
- repo: https://github.com/PyCQA/isort
68-
rev: 5.12.0
68+
rev: 5.13.2
6969
hooks:
7070
- id: isort
7171
args:
7272
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
7373
- --filter-files
7474
- repo: https://github.com/psf/black
75-
rev: 23.11.0
75+
rev: 23.12.1
7676
hooks:
7777
- id: black
7878
language_version: python3
@@ -95,14 +95,14 @@ repos:
9595
- id: pyupgrade
9696
args: ["--py39-plus"]
9797
- repo: https://github.com/pre-commit/mirrors-mypy
98-
rev: v1.7.1
98+
rev: v1.8.0
9999
hooks:
100100
- id: mypy
101101
# empty args needed in order to match mypy cli behavior
102102
args: []
103103
additional_dependencies: []
104104
- repo: https://github.com/pycqa/pylint
105-
rev: v3.0.1
105+
rev: v3.0.3
106106
hooks:
107107
- id: pylint
108108
args:

0 commit comments

Comments
 (0)