Skip to content

Commit

Permalink
Merge pull request #41 from homebysix/pre-commit
Browse files Browse the repository at this point in the history
Update pre-commit config
  • Loading branch information
homebysix authored Oct 8, 2023
2 parents 9045fe6 + 9a419e1 commit 6ea7975
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.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: [--maxkb=100]
Expand All @@ -15,11 +15,11 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/ambv/black
rev: 22.10.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.3.0]
additional_dependencies: [black==23.9.1]

0 comments on commit 6ea7975

Please sign in to comment.