Skip to content

Commit

Permalink
ci: Please pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenngn committed Oct 16, 2024
1 parent 4192508 commit 9a51ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python -m pip install -U pip
- name: Install pre-commit
run: |-
python -m pip install pre-commit types-docutils
python -m pip install 'pre-commit<4' types-docutils
- name: Run Pre-Commit
run: |-
pre-commit run --all-files
Expand Down

0 comments on commit 9a51ed6

Please sign in to comment.