Skip to content

Commit

Permalink
Update pre-commit hooks (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Dec 14, 2022
1 parent 96930bf commit 6bba50d
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-symlinks
- id: check-xml
Expand All @@ -17,7 +17,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/ambv/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
name: Blacken
Expand All @@ -36,7 +36,7 @@ repos:
# exclude: ^tests/.*$

- repo: https://github.com/SINTEF/ci-cd
rev: 94e7f9936a3278aed1a656cb7e151dd89da95409 # frozen: v1
rev: v2.0.0
hooks:
- id: docs-api-reference
args:
Expand Down

0 comments on commit 6bba50d

Please sign in to comment.