Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into cache_lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
MindTooth authored Jul 20, 2021
2 parents 2601b94 + 0733322 commit 884a600
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 @@ -19,7 +19,7 @@ repos:
)
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.1
rev: v2.21.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -31,7 +31,7 @@ repos:
additional_dependencies: [toml]
files: ^src/
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
name: Format code (Python)
Expand Down

0 comments on commit 884a600

Please sign in to comment.