Skip to content

Commit 018e4ab

Browse files
authored
Merge pull request #3 from ghazi-git/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 19a5331 + 147dbe7 commit 018e4ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: pip install .[test]
2323

2424
- name: Run Pre-commit
25+
if: ${{ matrix.python-version != '3.8' }}
2526
run: pre-commit run --all-files --show-diff-on-failure
2627

2728
- name: Run pytest

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ exclude: '^docs/|\.tox|\.git|venv|^dist'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010

1111
- repo: https://github.com/Zac-HD/shed
12-
rev: 2023.6.1
12+
rev: 2024.10.1
1313
hooks:
1414
- id: shed
15-
additional_dependencies: [ 'black~=23.1' ]
1615
types_or: [python, pyi, markdown, rst]

0 commit comments

Comments
 (0)