Skip to content

Commit 6b5c263

Browse files
committed
👷‍♂️ Fix pre-commit & update black
Closes #4
1 parent d85cf4f commit 6b5c263

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 20.8b1
28+
rev: 22.3.0
2929
hooks:
3030
- id: black
31-
args: ["--config", "black.toml"]
3231
- repo: https://gitlab.com/pycqa/flake8
3332
rev: 3.8.1
3433
hooks:
File renamed without changes.

0 commit comments

Comments
 (0)