Skip to content

Commit

Permalink
MYPY fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
milinsoft committed May 13, 2024
1 parent 1c02af1 commit 9337e4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: pre-commit
on:
pull_request:
env:
DOCKER_IMAGE_NAME: parseltongist/bank_app
DOCKERFILE_DIRECTORY: ./
jobs:
pre-commit:
name: pre-commit
Expand All @@ -14,12 +11,3 @@ jobs:
with:
python-version: 3.11
- uses: pre-commit/[email protected]
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Docker Image
run: |
docker build -t $DOCKER_IMAGE_NAME:latest .
working-directory: ${{ env.DOCKERFILE_DIRECTORY }}
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ repos:
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies: [types-tabulate==0.9.0.20240106]

0 comments on commit 9337e4b

Please sign in to comment.