diff options
author | Devesh Kumar Singh <deveshkusingh@gmail.com> | 2020-05-18 20:35:38 +0530 |
---|---|---|
committer | Devesh Kumar Singh <deveshkusingh@gmail.com> | 2020-05-18 21:58:26 +0530 |
commit | 60f00b837a7a21cfe2eee161dcbc12966571d8f0 (patch) | |
tree | 189ee144ad8dbbe9f813000a4f05be9a74f88570 /.pre-commit-config.yaml | |
parent | d0ab9bd8bd4d2802e420e315374babca5b3c227c (diff) | |
download | pip-60f00b837a7a21cfe2eee161dcbc12966571d8f0.tar.gz |
Upgrade flake8 to 3.8.1
Co-Authored-By: Anthony Sottile <asottile@umich.edu>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e2c0a2ad..0a7847c13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: exclude: .patch - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 + rev: 3.8.1 hooks: - id: flake8 exclude: tests/data |