diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c738919..2c6ef7a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: flake8 args: [ "--select=E9,F63,F7,F82"] - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v2.9.0 hooks: - id: pyupgrade args: ['--py36-plus','--exit-zero-even-if-changed'] \ No newline at end of file diff --git a/requirements-test.txt b/requirements-test.txt index 37ab42b2..8b46a5b2 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,4 +2,4 @@ pytest>=4.0.2 pytest-notebook>=0.6.1 jupyter_client>=5.2.3 ipykernel>=5.1.3 -pre-commit>=2.9.0 \ No newline at end of file +pre-commit>=2.9.0