Skip to content

Commit

Permalink
drop poetry lock
Browse files Browse the repository at this point in the history
update pre-commit hooks
  • Loading branch information
martinmiglio committed Oct 2, 2023
1 parent 4e20c1f commit 979117e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2,839 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__
build
dist
.pypirc
poetry.lock
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.11
Expand All @@ -13,7 +13,7 @@ repos:
- id: trailing-whitespace
- id: check-builtin-literals
- repo: https://github.com/PyCQA/prospector
rev: v1.9.0
rev: 1.10.2
hooks:
- id: prospector
args:
Expand All @@ -24,7 +24,6 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/python-poetry/poetry
rev: '1.5.1'
rev: "1.6.0"
hooks:
- id: poetry-check
- id: poetry-lock
Loading

0 comments on commit 979117e

Please sign in to comment.