Skip to content

Commit

Permalink
ci: update pre-commit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Nov 8, 2023
1 parent 60a72f4 commit d217901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -11,12 +11,12 @@ repos:
- id: check-ast
- id: check-symlinks
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py36-plus, --keep-percent-format]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [
Expand Down

0 comments on commit d217901

Please sign in to comment.