Skip to content

Commit 8c8a214

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 5.10.1](PyCQA/isort@v5.10.1...5.10.1) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 4a697b4 commit 8c8a214

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fail_fast: true
2424

2525
repos:
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.3.0
27+
rev: v4.4.0
2828
hooks:
2929
- id: trailing-whitespace
3030
- id: end-of-file-fixer
@@ -33,19 +33,19 @@ repos:
3333
- id: check-merge-conflict
3434
- id: requirements-txt-fixer
3535

36-
- repo: https://github.com/pre-commit/mirrors-isort
37-
rev: v5.10.1
36+
- repo: https://github.com/PyCQA/isort
37+
rev: 5.10.1
3838
hooks:
3939
- id: isort
4040
args: ["--profile", "black"]
4141

42-
- repo: https://github.com/ambv/black
43-
rev: 22.8.0
42+
- repo: https://github.com/psf/black
43+
rev: 22.12.0
4444
hooks:
4545
- id: black
4646
language_version: python3.8
4747

4848
- repo: https://github.com/PyCQA/flake8
49-
rev: 5.0.4
49+
rev: 6.0.0
5050
hooks:
5151
- id: flake8

0 commit comments

Comments
 (0)