Skip to content

Commit

Permalink
Merge branch 'feature/migrate-requirements-inspector-service-to-githu…
Browse files Browse the repository at this point in the history
…b' of github.com:SchweizerischeBundesbahnen/polarion-requirements-inspector-service into feature/migrate-requirements-inspector-service-to-github
  • Loading branch information
SebastianScheidegger committed Nov 18, 2024
2 parents 957e875 + c5b13bd commit 7eceffa
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 @@ -42,7 +42,7 @@ repos:
args: [--config-file, pyproject.toml]
require_serial: true # Serial processing is required for mypy (better performance and error reporting)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.7.3
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -61,6 +61,6 @@ repos:
- id: check-git-config-user-email
args: [--templates, ^\S+\.\S+@sbb\.ch$]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.0
rev: v3.30.1
hooks:
- id: commitizen
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.12.7-slim@sha256:032c52613401895aa3d418a4c563d2d05f993bc3ecc065c8f4e2280978acd249

LABEL maintainer="SBB Polarion Team <polarion-opensource@sbb.ch>"
ARG APP_IMAGE_VERSION=0.0.0-dev

Expand Down

0 comments on commit 7eceffa

Please sign in to comment.