We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b0c31 commit f501fcbCopy full SHA for f501fcb
.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
git/util.py
@@ -4,6 +4,8 @@
+# flake8: noqa F401
8
+
9
from abc import abstractmethod
10
import os.path as osp
11
from .compat import is_win
0 commit comments