Skip to content

Commit

Permalink
ci: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jul 18, 2024
1 parent ec04625 commit 6618d7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: detect-private-key
Expand All @@ -11,21 +11,21 @@ repos:
- "requirements-dev.txt"
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.16.0
hooks:
- id: pyupgrade
args:
- "--py37"
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
# - repo: https://github.com/markdownlint/markdownlint
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
black==23.11.0
flake8==6.1.0
black==24.4.2
flake8==7.1.0
flake8-black==0.3.6
flake8-comprehensions==3.14.0
flake8-simplify==0.20.0
isort==5.12.0
mypy==1.5.1
pre-commit==3.5.0
flake8-simplify==0.21.0
isort==5.13.2
mypy==1.8.0
pre-commit==3.6.0
twine==4.0.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distro>=1.7.0
GitPython>=3.1.3
requests>=2.23.0
requests>=2.32.0
rich>=9.2.0

0 comments on commit 6618d7a

Please sign in to comment.