Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#147)
Browse files Browse the repository at this point in the history
Update GH Actions:
* Bump actions/checkout from 3 to 4 (#141)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
4 people authored Dec 20, 2023
1 parent b07a0e2 commit ba94108
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout tripper
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pre-commit autoupdate && pre-commit autoupdate --freeze --repo https://github.com/SINTEF/ci-cd
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
exclude: ^.*\.(svg)$
Expand All @@ -26,7 +26,7 @@ repos:
- --skip-gitignore

- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black

Expand All @@ -38,7 +38,7 @@ repos:
files: ^tripper/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
exclude: ^tests/.*$
Expand All @@ -47,7 +47,7 @@ repos:
- "pydantic"

- 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 ba94108

Please sign in to comment.