Skip to content

Commit

Permalink
Dependency Updates: Pyupgrade to 2.34.0, Pylint to 2.14.3 (#277)
Browse files Browse the repository at this point in the history
* Dependency Updates
  • Loading branch information
shbatm authored Jun 27, 2022
1 parent eab8ff9 commit e2cf1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pylint==2.13.4
pylint==2.14.3
pylint-strict-informational==0.1
black==22.3.0
codespell==2.1.0
flake8-docstrings==1.6.0
flake8==4.0.1
isort==5.10.1
pydocstyle==6.1.1
pyupgrade==2.31.1
pyupgrade==2.34.0
pre-commit>=2.4.0
sphinx>=3.4.3
recommonmark>=0.7.1

0 comments on commit e2cf1ff

Please sign in to comment.