Skip to content

Commit

Permalink
pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruibin-Liu committed Nov 13, 2024
1 parent 5a9ddcc commit af05148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
Expand All @@ -18,7 +18,7 @@ repos:
rev: 23.12.1
hooks:
- id: black
language_version: python3.10
language_version: python3.12

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
Expand Down

0 comments on commit af05148

Please sign in to comment.