Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 06a297e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.3.0 → 23.12.1](psf/black@22.3.0...23.12.1) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v1.8.0](pre-commit/mirrors-mypy@v0.942...v1.8.0)
1 parent 78a498f commit 06a297e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.10.1
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66

77
- repo: https://github.com/psf/black
8-
rev: 22.3.0
8+
rev: 23.12.1
99
hooks:
1010
- id: black
1111
language_version: python3.7
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.1.0
14+
rev: v4.5.0
1515
hooks:
1616
- id: check-added-large-files
1717
args: ['--maxkb=5120']
@@ -20,15 +20,15 @@ repos:
2020
- id: check-merge-conflict
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 4.0.1
23+
rev: 6.1.0
2424
hooks:
2525
- id: flake8
2626
# To turn this into an error, remove --exit-zero below
2727
args: ['--config', '.flake8.config','--exit-zero']
2828
verbose: true
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v0.942' # Use the sha / tag you want to point at
31+
rev: 'v1.8.0' # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [tokenize-rt==3.2.0]

0 commit comments

Comments
 (0)