Skip to content

Commit 310a1a0

Browse files
committed
Fixed tests CI.
1 parent 65413de commit 310a1a0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
matrix:
1010
cmd:
1111
- black
12-
- isort
1312
- ruff
1413
- mypy
1514
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.1.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)