Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 631310d

Browse filesBrowse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.2.0](PyCQA/flake8@7.0.0...7.2.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 22.6.0 → 25.1.0](psf/black@22.6.0...25.1.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.19.1](asottile/pyupgrade@v2.34.0...v3.19.1) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent 5e068ed commit 631310d
Copy full SHA for 631310d

File tree

Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 7.0.0
11+
rev: 7.2.0
1212
hooks:
1313
- id: flake8
1414
additional_dependencies: [flake8-typing-imports==1.15.0]
15-
- repo: https://github.com/myint/autoflake
16-
rev: v2.3.0
15+
- repo: https://github.com/PyCQA/autoflake
16+
rev: v2.3.1
1717
hooks:
1818
- id: autoflake
1919
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.13.2
21+
rev: 6.0.1
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 22.6.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.34.0
29+
rev: v3.19.1
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py37-plus]
3333
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: 'v2.7.1'
34+
rev: 'v4.0.0-alpha.8'
3535
hooks:
3636
- id: prettier
3737
types: [ts]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.