Skip to content

Commit

Permalink
fix: add poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gaige committed Apr 9, 2024
1 parent 403ec28 commit ee5cf32
Show file tree
Hide file tree
Showing 3 changed files with 932 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
poetry.lock
dist/
.idea/
__pycache__/
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for info on hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -17,24 +17,24 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 21.5b0
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 7.0.0
hooks:
- id: flake8
args: [--max-line-length=88]
language_version: python3

- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.14.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py36-plus]
Loading

0 comments on commit ee5cf32

Please sign in to comment.