Skip to content

Commit

Permalink
⬆️ Updated pre-commit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Jan 8, 2024
1 parent 1a76dcb commit a40337a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_stages: [ commit ]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -23,22 +23,22 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.290'
rev: 'v0.1.11'
hooks:
- id: ruff
args:
- "--config=pyproject.toml"
- "--fix"

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black
args:
- "--config=pyproject.toml"

- repo: https://github.com/hadialqattan/pycln
rev: v2.2.2
rev: v2.4.0
hooks:
- id: pycln
args:
Expand All @@ -54,7 +54,7 @@ repos:


- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.8.0
hooks:
- id: mypy
args:
Expand Down

0 comments on commit a40337a

Please sign in to comment.