Skip to content

Commit

Permalink
disable poetry-export hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dlstadther committed Oct 17, 2023
1 parent 77cc101 commit 7b58af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
hooks:
- id: poetry-check # make sure the poetry configuration does not get committed in a broken state
- id: poetry-lock # make sure the lock file is up-to-date when committing changes
- id: poetry-export # sync your requirements.txt file with your current dependencies
# - id: poetry-export # sync your requirements.txt file with your current dependencies

# sqlfluff
- repo: https://github.com/sqlfluff/sqlfluff
Expand Down

0 comments on commit 7b58af2

Please sign in to comment.