Skip to content

Commit

Permalink
fixed by removing modify_compose
Browse files Browse the repository at this point in the history
  • Loading branch information
GJS2162 committed May 30, 2024
1 parent be35c7c commit 11ac865
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,3 @@ repos:
hooks:
- id: prettier
exclude: ^(frontend/|CHANGELOG.md)

# Add the local repo for the custom hook
- repo: local
hooks:
- id: modify_compose # Unique identifier for the hook
name: Modify Docker Compose file # Descriptive name for the hook
entry: python3 modify_compose.py # Command to run your Python script
files: docker-compose.yml # File(s) to which the hook applies
language: python # Add this line to specify the language
additional_dependencies: [pyyaml]

0 comments on commit 11ac865

Please sign in to comment.