Skip to content

Commit

Permalink
Autoupdate pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed May 6, 2024
1 parent e584e5b commit 3bb41cc
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,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.2.0
rev: v0.4.3
hooks:
- id: ruff
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit 3bb41cc

Please sign in to comment.