Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 4a1d036

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v1.4 → v1.7.6](PyCQA/autoflake@v1.4...v1.7.6) - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent b6760f8 commit 4a1d036

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ repos:
1313
- id: trailing-whitespace
1414
args: [--markdown-linebreak-ext=md]
1515
- repo: https://github.com/PyCQA/autoflake
16-
rev: v1.4
16+
rev: v1.7.6
1717
hooks:
1818
- id: autoflake
1919
args: [--remove-all-unused-imports, --in-place, --ignore-init-module-imports]
2020
- repo: https://github.com/psf/black
21-
rev: 22.6.0
21+
rev: 22.10.0
2222
hooks:
2323
- id: black
2424
args: [--target-version, py310, --line-length=120]
2525
language_version: python3.10
2626

2727
- repo: https://github.com/pycqa/flake8
28-
rev: 4.0.1
28+
rev: 5.0.4
2929
hooks:
3030
- id: flake8
3131
additional_dependencies:

0 commit comments

Comments
 (0)