Skip to content

Commit 823e166

Browse files
committed
Upgraded pylint
1 parent 77f691b commit 823e166

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ redefining-builtins-modules=six,six.moves,past.builtins,future.builtins,functool
342342
# function parameter format
343343
logging-modules=logging,absl.logging,tensorflow.io.logging
344344

345+
# MrMat - We like f-strings for logging
346+
logging-format-style=new
347+
345348

346349
[SIMILARITIES]
347350

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requests_oauthlib~=1.3.0 # ISC
1818
# Build/Test requirements
1919

2020
build~=0.7.0 # MIT
21-
pylint~=2.11.1 # GPL-2.0-or-later
21+
pylint~=2.12.2 # GPL-2.0-or-later
2222
pytest~=6.2.5 # MIT
2323
pytest-cov~=3.0.0 # MIT
2424
pyjwt==2.3.0 # MIT

0 commit comments

Comments
 (0)