diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 6e5eb40..2ae37c4 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -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 @@ -14,12 +11,3 @@ jobs: with: python-version: 3.11 - uses: pre-commit/action@v3.0.1 - 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 }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0c678a..e1f5b57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -118,3 +118,4 @@ repos: rev: v1.10.0 hooks: - id: mypy + additional_dependencies: [types-tabulate==0.9.0.20240106]