We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50eed3 commit 467fa03Copy full SHA for 467fa03
.isort.cfg
@@ -0,0 +1,6 @@
1
+[settings]
2
+multi_line_output = 3
3
+include_trailing_comma = true
4
+force_grid_wrap = 0
5
+use_parentheses = true
6
+line_length = 88
.pre-commit-config.yaml
@@ -1,12 +1,10 @@
repos:
-- repo: https://github.com/ambv/black
- rev: cb67a322423cb2b4bcfb2faa68fb769326741d6a
+- repo: https://github.com/psf/black
+ rev: 19.10b0
hooks:
- id: black
- args: []
7
- python_version: python3.8
8
-- repo: git://github.com/pre-commit/pre-commit-hooks
9
- rev: master
+- repo: git://github.com/pycqa/flake8
+ rev: 3.8.2
10
11
- id: flake8
12
- repo: git://github.com/timothycrosley/isort
run_checks.sh
@@ -1 +1,3 @@
+#!/usr/bin/env bash
+
pre-commit run --all-files
0 commit comments