Skip to content

Commit

Permalink
Merge branch 'main' into cwa/close-191-use-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Nov 1, 2023
2 parents 08591d7 + 2cf64e4 commit 7f639c2
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
Expand Up @@ -7,7 +7,7 @@ repos:
# To get an overview of them all as well as the ones used here, please see
# https://github.com/pre-commit/pre-commit-hooks#hooks-available
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: debug-statements
Expand Down Expand Up @@ -71,7 +71,7 @@ repos:
# Black is a code style and formatter
# It works on files in-place
- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black

Expand All @@ -91,12 +91,12 @@ repos:
# The project's documentation can be found at:
# https://mypy.readthedocs.io/en/stable/index.html
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy

- repo: https://github.com/SINTEF/ci-cd
rev: v2.5.1
rev: v2.5.3
hooks:
- id: docs-api-reference
args:
Expand Down

0 comments on commit 7f639c2

Please sign in to comment.