Skip to content

Commit

Permalink
chore: remove lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Aug 3, 2022
1 parent c7799e3 commit 3e34996
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
!/tests/
!/Makefile
!/pyproject.toml
!/poetry.lock
!/README.md
!/mkdocs.yml
!/codecov.yml
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ repos:
- id: check-merge-conflict
- repo: local
hooks:
- id: lockfile
name: check poetry.lock
language: system
entry: poetry lock --no-update
files: ^pyproject.toml|poetry.lock$
pass_filenames: false
- id: isort-source
name: isort-source
language: system
Expand Down

0 comments on commit 3e34996

Please sign in to comment.