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
3535
3636# for `black` compatibility
3737max-line-length = 120
38- extend-ignore = E203
38+ extend-ignore = E203,W503
Original file line number Diff line number Diff line change 44# This module is part of GitPython and is released under
55# the BSD License: http://www.opensource.org/licenses/bsd-license.php
66"""Module for general utility functions"""
7+ # flake8: noqa F401
8+
79
810from abc import ABC , abstractmethod
911import warnings
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# This module is part of GitPython and is released under
33# the BSD License: http://www.opensource.org/licenses/bsd-license.php
4+ # flake8: noqa
45
56import os
67import sys
You can’t perform that action at this time.
0 commit comments