1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed warnings per flake8 5.0.0.

This commit is contained in:
Mariusz Felisiak
2022-07-31 07:48:52 +02:00
parent 1e5bbbb2a8
commit c18861804f
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