Skip to content

Commit

Permalink
Merge pull request #19 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 Sep 12, 2023
2 parents cd0ae69 + b18b6f8 commit 588f522
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
Expand Up @@ -14,7 +14,7 @@ repos:
args: [--pytest-test-first]
# verifies that test files are named correctly. ensure tests match .*_test\.py
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.1
rev: v3.1.0
hooks:
- id: add-trailing-comma
# A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
Expand All @@ -32,11 +32,11 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies: [types-all]

0 comments on commit 588f522

Please sign in to comment.