Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wengroup/matten
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 11, 2023
2 parents ca7c51d + 0f27613 commit fd0743c
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
@@ -1,7 +1,7 @@
exclude: ^docs/
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 @@ -18,13 +18,13 @@ repos:
# args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.11.0
hooks:
- id: black
exclude: ^docs/

- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black]

0 comments on commit fd0743c

Please sign in to comment.