Merge pull request #44 from ewjoachim/pre-commit-ci-update-config

This commit is contained in:
Joachim Jablon
2022-08-04 10:08:20 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ repos:
- id: isort - id: isort
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: "4.0.1" rev: "5.0.3"
hooks: hooks:
- id: flake8 - id: flake8
@@ -31,7 +31,7 @@ repos:
additional_dependencies: [types-requests] additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: "v2.37.2" rev: "v2.37.3"
hooks: hooks:
- id: pyupgrade - id: pyupgrade