Skip to content

Commit

Permalink
Merge pull request #26 from Haidra-Org/dependabot/pip/python-packages…
Browse files Browse the repository at this point in the history
…-d378e63bf8

build(deps-dev): bump the python-packages group with 2 updates
  • Loading branch information
tazlin authored Sep 18, 2023
2 parents e28bd71 + 4b72ac5 commit 044653b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.282
rev: v0.0.290
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.4.1'
rev: 'v1.5.1'
hooks:
- id: mypy
additional_dependencies: [pydantic, types-requests, types-pytz, types-setuptools, types-urllib3, StrEnum]
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest==7.4.2
mypy==1.5.1
black==23.9.0
ruff==0.0.287
black==23.9.1
ruff==0.0.290
tox~=4.11.3
pre-commit~=3.4.0
build>=0.10.0
Expand Down

0 comments on commit 044653b

Please sign in to comment.