Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 30, 2022
1 parent 51009ab commit aeed98a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.7
rev: v2.0.0
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
Expand All @@ -12,7 +12,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: ^docs/.*|.*.md
Expand All @@ -32,6 +32,6 @@ repos:
args: ["-d", "relaxed"]

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
1 change: 0 additions & 1 deletion model_clone/mixin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import itertools
import warnings
from itertools import repeat
from typing import Dict, List, Optional

from conditional import conditional
from django.core.checks import Error
Expand Down

0 comments on commit aeed98a

Please sign in to comment.