Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapericlp committed Mar 30, 2024
1 parent 2917c34 commit 140c7f2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,5 @@ repos:
rev: "1.8"
hooks:
- id: poetry-lock
# name: "poetry check"
# entry: poetry
# language: system
# types: [python]
# files: poetry.lock
# args: ["check"]
- id: poetry-export
args: ["--dev", "-f", "requirements.txt", "-o", "requirements.txt"]
# name: "poetry export"
# entry: poetry
# language: system
# types: [python]
# args: ["export", "--with", "dev", "--extras", "observable", "-f", "requirements.txt", "-o", "requirements.txt"]
# verbose: true

0 comments on commit 140c7f2

Please sign in to comment.