Skip to content

Commit e300cd8

Browse files
[pre-commit.ci] pre-commit autoupdate (#701)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/python-jsonschema/check-jsonschema.git: 0.33.2 → 0.34.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.33.2...0.34.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/MarcoGorelli/cython-lint.git: v0.16.7 → v0.17.0](https://github.com/MarcoGorelli/cython-lint.git/compare/v0.16.7...v0.17.0) - [github.com/pre-commit/mirrors-mypy.git: v1.16.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.16.1...v1.18.2) * Drop deprecated `fix-encoding-pragma` check --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com>
1 parent f252df8 commit e300cd8

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: 'v5.0.0'
8+
rev: 'v6.0.0'
99
hooks:
1010
- id: check-merge-conflict
1111
- repo: https://github.com/asottile/yesqa
@@ -15,17 +15,17 @@ repos:
1515
additional_dependencies:
1616
- wemake-python-styleguide
1717
- repo: https://github.com/PyCQA/isort
18-
rev: '6.0.1'
18+
rev: '6.1.0'
1919
hooks:
2020
- id: isort
21-
- repo: https://github.com/psf/black
22-
rev: '25.1.0'
21+
- repo: https://github.com/psf/black-pre-commit-mirror
22+
rev: '25.9.0'
2323
hooks:
2424
- id: black
2525
language_version: python3 # Should be a command that runs python3
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema.git
28-
rev: 0.33.2
28+
rev: 0.34.0
2929
hooks:
3030
- id: check-github-workflows
3131
files: ^\.github/workflows/[^/]+$
@@ -43,7 +43,7 @@ repos:
4343
- id: check-readthedocs
4444

4545
- repo: https://github.com/pre-commit/pre-commit-hooks
46-
rev: 'v5.0.0'
46+
rev: 'v6.0.0'
4747
hooks:
4848
- id: end-of-file-fixer
4949
exclude: >-
@@ -69,8 +69,6 @@ repos:
6969
- id: check-added-large-files
7070
- id: check-symlinks
7171
- id: fix-byte-order-marker
72-
- id: fix-encoding-pragma
73-
args: ['--remove']
7472
- id: detect-aws-credentials
7573
args: ['--allow-missing-credentials']
7674
- id: detect-private-key
@@ -99,7 +97,7 @@ repos:
9997
- --strict
10098

10199
- repo: https://github.com/MarcoGorelli/cython-lint.git
102-
rev: v0.16.7
100+
rev: v0.17.0
103101
hooks:
104102
- id: cython-lint
105103

@@ -163,7 +161,7 @@ repos:
163161
- rst
164162

165163
- repo: https://github.com/pre-commit/mirrors-mypy.git
166-
rev: v1.16.1
164+
rev: v1.18.2
167165
hooks:
168166
- id: mypy
169167
alias: mypy-py311

0 commit comments

Comments
 (0)