Skip to content

Commit

Permalink
Merge branch 'master' into polls
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorukyum committed Jun 15, 2024
2 parents db3c021 + 58a329f commit c0d1379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
# - --remove-duplicate-keys
# - --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r _.txt
pylint~=3.2.2
pytest~=8.2.1
pylint~=3.2.3
pytest~=8.2.2
pytest-asyncio~=0.23.3
# pytest-order~=1.0.1
mypy~=1.10.0
coverage~=7.5
pre-commit==3.5.0
codespell==2.3.0
bandit==1.7.8
bandit==1.7.9
flake8==7.0.0

0 comments on commit c0d1379

Please sign in to comment.