1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[4.1.x] Fixed warnings per flake8 5.0.0.

Backport of c18861804f from main
This commit is contained in:
Mariusz Felisiak
2022-07-31 07:48:52 +02:00
parent 088537710f
commit d3f5782a33
7 changed files with 149 additions and 125 deletions

View File

@@ -9,7 +9,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint