Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf501fcb

Browse files
committed
can flake be tamed?
1 parent41b0c31 commitf501fcb

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ min-python-version = 3.7.0
3535

3636
# for `black` compatibility
3737
max-line-length = 120
38-
extend-ignore = E203
38+
extend-ignore = E203,W503

‎git/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

56
importos
67
importsys

‎git/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This module is part of GitPython and is released under
55
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
66

7+
# flake8: noqa F401
8+
79
fromabcimportabstractmethod
810
importos.pathasosp
911
from .compatimportis_win

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp