Thanks to visit codestin.com Credit goes to github.com
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 41b0c31 commit 2574989Copy full SHA for 2574989
.flake8
@@ -35,4 +35,4 @@ min-python-version = 3.7.0
35
36
# for `black` compatibility
37
max-line-length = 120
38
-extend-ignore = E203
+extend-ignore = E203,W503
git/types.py
@@ -1,6 +1,7 @@
1
# -*- coding: utf-8 -*-
2
# This module is part of GitPython and is released under
3
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
4
+# flake8: noqa
5
6
import os
7
import sys
0 commit comments