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

Commit a4ce7ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.12.1](psf/black@22.12.0...23.12.1) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent 1102756 commit a4ce7ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 22.12.0
6+
rev: 23.12.1
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/flake8
10-
rev: 6.0.0
10+
rev: 6.1.0
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.5.0
1515
hooks:
1616
- id: check-yaml
1717
- id: end-of-file-fixer

0 commit comments

Comments
 (0)