Skip to content

Commit

Permalink
Merge pull request #99 from pik-primap/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mikapfl committed Mar 13, 2024
2 parents 8795195 + 8276ae1 commit 2ea0211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.2.2'
rev: 'v0.3.2'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0'
rev: 'v1.9.0'
hooks:
- id: mypy
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions unfccc_di_api/tests/test_unfccc_di_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the `unfccc_di_api` package."""

import os

import pytest
Expand Down

0 comments on commit 2ea0211

Please sign in to comment.