Skip to content

Commit

Permalink
chore(deps): upgrade pre-commit dependencies (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: qartik <[email protected]>
Co-authored-by: Kartik Singhal <[email protected]>
  • Loading branch information
3 people committed Mar 11, 2024
1 parent 705462e commit ee9837a
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
Expand Up @@ -25,7 +25,7 @@ repos:
- black==23.10.1

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.1
rev: v0.3.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -37,7 +37,7 @@ repos:
- id: refurb

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0'
rev: 'v1.9.0'
hooks:
- id: mypy
pass_filenames: false
Expand Down

0 comments on commit ee9837a

Please sign in to comment.