Skip to content

Commit

Permalink
Merge pull request #23 from saurbhc/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
saurbhc committed Oct 9, 2023
2 parents f686b16 + 56bbb2e commit a43a1d0
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
@@ -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
# Trims trailing whitespace.
Expand All @@ -20,7 +20,7 @@ repos:
# A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
# A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
Expand Down

0 comments on commit a43a1d0

Please sign in to comment.