Skip to content

Commit

Permalink
chore: clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seyLu committed Oct 22, 2023
1 parent 60febe8 commit 83a6cce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ jobs:
mypy .
--install-types
--non-interactive
--check-untyped-defs
--ignore-missing-imports
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
29 changes: 6 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
certifi==2023.7.22
cfgv==3.4.0
charset-normalizer==3.3.0
click==8.1.7
colorama==0.4.6
distlib==0.3.7
filelock==3.12.4
identify==2.5.30
idna==3.4
markdown-it-py==3.0.0
mdurl==0.1.2
nodeenv==1.8.0
platformdirs==3.11.0
pre-commit==3.5.0
Pygments==2.16.1
python-dotenv==1.0.0
PyYAML==6.0.1
requests==2.31.0
rich==13.6.0
shellingham==1.5.3
# core
typer==0.9.0
typing_extensions==4.8.0
urllib3==2.0.7
virtualenv==20.24.5
requests==2.31.0
python-dotenv==1.0.0

# dev tools
pre-commit==3.5.0

0 comments on commit 83a6cce

Please sign in to comment.