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

Commit 4e83bc4

Browse files
committed
Update pre-commit config versions
1 parent 614aea4 commit 4e83bc4

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.10.0
3+
rev: 22.12.0
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/isort
7-
rev: 5.10.1
7+
rev: 5.11.4
88
hooks:
99
- id: isort
1010
args: ['--profile', 'black']
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: 5.0.4
12+
rev: 6.0.0
1313
hooks:
1414
- id: flake8

0 commit comments

Comments
 (0)