File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ min-python-version = 3.7.0
35
35
36
36
# for `black` compatibility
37
37
max-line-length = 120
38
- extend-ignore = E203
38
+ extend-ignore = E203,W503
Original file line number Diff line number Diff line change 4
4
# This module is part of GitPython and is released under
5
5
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
6
6
"""Module for general utility functions"""
7
+ # flake8: noqa F401
8
+
7
9
8
10
from abc import ABC , abstractmethod
9
11
import warnings
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This module is part of GitPython and is released under
3
3
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
4
+ # flake8: noqa
4
5
5
6
import os
6
7
import sys
You can’t perform that action at this time.
0 commit comments