Skip to content

Commit 3df9620

Browse files
Bump pyupgrade from 2.10.0 to 2.10.1 (#4)
* Bump pyupgrade from 2.10.0 to 2.10.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](asottile/pyupgrade@v2.10.0...v2.10.1) Signed-off-by: dependabot[bot] <[email protected]> * Update pre-commit-config version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent 7f51187 commit 3df9620

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.10.0
3+
rev: v2.10.1
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
autoflake==1.4
22
black==20.8b1
33
isort==5.7.0
4-
pyupgrade==2.10.0
4+
pyupgrade==2.10.1
55
reorder-python-imports==2.4.0

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flake8==3.9.0
22
isort==5.7.0
3-
pyupgrade==2.10.0
3+
pyupgrade==2.10.1

0 commit comments

Comments
 (0)