Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#802)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 23, 2020
1 parent 6f4d8aa commit 8729a02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 19.3b0
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- repo: https://github.com/PyCQA/isort
rev: 5.6.4
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.8
rev: 3.8.4
hooks:
- id: flake8
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from jazzband.factory import create_app


Expand Down
3 changes: 1 addition & 2 deletions jazzband/projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import tempfile
from datetime import datetime

from pkg_resources import safe_name

import delegator
import requests
from flask import (
Expand All @@ -26,6 +24,7 @@
from flask.views import MethodView
from flask_login import current_user, login_required
from packaging.version import parse as parse_version
from pkg_resources import safe_name
from requests.exceptions import HTTPError
from sqlalchemy import desc, nullslast
from sqlalchemy.sql.expression import func
Expand Down

0 comments on commit 8729a02

Please sign in to comment.