Skip to content
Permalink
Browse files
can flake be tamed?
  • Loading branch information
Byron committed May 18, 2022
1 parent 41b0c31 commit 43c00af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
@@ -35,4 +35,4 @@ min-python-version = 3.7.0

# for `black` compatibility
max-line-length = 120
extend-ignore = E203
extend-ignore = E203,W503
@@ -4,6 +4,8 @@
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
"""Module for general utility functions"""
# flake8: noqa F401


from abc import ABC, abstractmethod
import warnings
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
# flake8: noqa

import os
import sys

0 comments on commit 43c00af

Please sign in to comment.