diff options
| author | 2024-03-08 03:48:37 +0800 | |
|---|---|---|
| committer | 2024-03-08 03:48:37 +0800 | |
| commit | 781c6e6b53b04fab7b7e4dded1159bbec15f4706 (patch) | |
| tree | ed6a17d9731b650317bd5ba027a4d1280e3e7d50 /.pre-commit-config.yaml | |
| parent | 66a4282c35377a52b316223bf2ce04af1689a184 (diff) | |
| download | HydroRoll-781c6e6b53b04fab7b7e4dded1159bbec15f4706.tar.gz HydroRoll-781c6e6b53b04fab7b7e4dded1159bbec15f4706.zip | |
Update .pre-commit-config.yaml
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36f368c..99c803f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,13 +8,8 @@ repos: - id: check-toml - id: check-yaml - id: fix-byte-order-marker - - - repo: https://github.com/pycqa/isort - rev: 5.10.1 - hooks: - - id: isort - + - repo: https://github.com/psf/black rev: 22.3.0 hooks: - - id: black
\ No newline at end of file + - id: black |
