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

Commit 003441e

Browse files
authoredOct 28, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v2.12.0 → v3.19.0](asottile/pyupgrade@v2.12.0...v3.19.0) - [github.com/PyCQA/isort: 5.8.0 → 5.13.2](PyCQA/isort@5.8.0...5.13.2) - [github.com/psf/black: 20.8b1 → 24.10.0](psf/black@20.8b1...24.10.0) - [github.com/asottile/blacken-docs: v1.10.0 → 1.19.1](adamchainz/blacken-docs@v1.10.0...1.19.1) - https://gitlab.com/PyCQA/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.0 → 7.1.1](PyCQA/flake8@3.9.0...7.1.1)
1 parent 13a262f commit 003441e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -10,12 +10,12 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.12.0
13+
rev: v3.19.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.8.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121
name: isort
@@ -25,16 +25,16 @@ repos:
2525
language: python
2626
types: [python]
2727
- repo: https://github.com/psf/black
28-
rev: 20.8b1
28+
rev: 24.10.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: v1.10.0
32+
rev: 1.19.1
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies: [black]
36-
- repo: https://gitlab.com/PyCQA/flake8
37-
rev: 3.9.0
36+
- repo: https://github.com/PyCQA/flake8
37+
rev: 7.1.1
3838
hooks:
3939
- id: flake8
4040
additional_dependencies: [

0 commit comments

Comments
 (0)