Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
phuoc.tran committed Nov 24, 2024
1 parent 1014e48 commit 718f641
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v3.2.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
rev: v2.2.0
hooks:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
rev: v5.10.1
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 24.8.0
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: black
language_version: python3.10
- id: autopep8
args: [--in-place, --aggressive, --aggressive, --max-line-length=79]

0 comments on commit 718f641

Please sign in to comment.