Skip to content

Commit

Permalink
can flake be tamed?
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ min-python-version = 3.7.0

# for `black` compatibility
max-line-length = 120
extend-ignore = E203
extend-ignore = E203,W503
2 changes: 2 additions & 0 deletions git/objects/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions git/types.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 43c00af

Please sign in to comment.