Skip to content

Commit c437d40

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 5.13.2](PyCQA/isort@v5.10.1...5.13.2) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 22.8.0 → 24.1.1](psf/black@22.8.0...24.1.1) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
1 parent be3d9e8 commit c437d40

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
@@ -20,7 +20,7 @@ fail_fast: true
2020

2121
repos:
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.3.0
23+
rev: v4.5.0
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: end-of-file-fixer
@@ -29,19 +29,19 @@ repos:
2929
- id: check-merge-conflict
3030
- id: requirements-txt-fixer
3131

32-
- repo: https://github.com/pre-commit/mirrors-isort
33-
rev: v5.10.1
32+
- repo: https://github.com/PyCQA/isort
33+
rev: 5.13.2
3434
hooks:
3535
- id: isort
3636
args: ["--profile", "black"]
3737

38-
- repo: https://github.com/ambv/black
39-
rev: 22.8.0
38+
- repo: https://github.com/psf/black
39+
rev: 24.1.1
4040
hooks:
4141
- id: black
4242
language_version: python3.8
4343

4444
- repo: https://github.com/PyCQA/flake8
45-
rev: 5.0.4
45+
rev: 7.0.0
4646
hooks:
4747
- id: flake8

0 commit comments

Comments
 (0)