Skip to content

Commit

Permalink
Bump precommit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
levon003 committed Dec 5, 2023
1 parent 6b68628 commit 66aadd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,12 +10,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.1
rev: v3.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -25,7 +25,7 @@ repos:
- id: black
language_version: python3.10
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
rev: 1.7.1
hooks:
- id: nbqa-black
- id: nbqa-pyupgrade
Expand Down

0 comments on commit 66aadd7

Please sign in to comment.