Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 5e2277c

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/PyCQA/isort: 5.9.1 → 5.10.1](PyCQA/isort@5.9.1...5.10.1) - [github.com/pre-commit/mirrors-yapf: v0.31.0 → v0.32.0](pre-commit/mirrors-yapf@v0.31.0...v0.32.0) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
1 parent febe95d commit 5e2277c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.0.1
12+
rev: v4.1.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- id: check-yaml
1717
- id: pretty-format-json
1818

1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.9.1
20+
rev: 5.10.1
2121
hooks:
2222
- id: isort
2323
name: imports
2424
require_serial: false
2525

2626
- repo: https://github.com/pre-commit/mirrors-yapf
27-
rev: v0.31.0
27+
rev: v0.32.0
2828
hooks:
2929
- id: yapf
3030
name: formatting
3131
language: python
3232
require_serial: false
3333

3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 3.9.2
35+
rev: 4.0.1
3636
hooks:
3737
- id: flake8
3838
name: PEP8

0 commit comments

Comments
 (0)