Skip to content

Commit

Permalink
refactor: remove handolit
Browse files Browse the repository at this point in the history
  • Loading branch information
omargawdat committed Feb 26, 2025
1 parent 6fba6eb commit 45e4c5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
with:
python-version: '3.12'

- name: Install hadolint
run: |
wget -O /usr/local/bin/hadolint https://github.com/hadolint/hadolint/releases/latest/download/hadolint-Linux-x86_64
chmod +x /usr/local/bin/hadolint
- name: Run pre-commit
uses: pre-commit/[email protected]

Expand Down
16 changes: 1 addition & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ repos:
# - id: no-commit-to-branch
# args: [--branch, 'main']

# Linting and validation
- repo: https://github.com/hadolint/hadolint
rev: v2.13.1-beta
hooks:
- id: hadolint
args: ["--ignore=DL3008"]

- repo: https://github.com/python-openapi/openapi-spec-validator
rev: 0.7.1
hooks:
Expand Down Expand Up @@ -95,14 +88,7 @@ repos:
language: system
stages: [manual]

# - repo: local
# hooks:
# - id: check-migrations
# name: Check Django migrations
# entry: ./scripts/shell/check_migrations.sh
# language: script
# stages: [pre-commit]
# pass_filenames: false

ci:
autoupdate_schedule: weekly
fail_fast: true
Expand Down

0 comments on commit 45e4c5c

Please sign in to comment.