mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Add pyupgrade to pre-commit configuration (#1783)
To help us switch to f-strings and other 3.6+ changes, add pyupgrade to our pre-commit configuration to keep the codebase clean.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
############################ Copyrights and license ############################
|
||||
# #
|
||||
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
|
||||
@@ -31,7 +29,7 @@
|
||||
import github.GithubObject
|
||||
|
||||
|
||||
class InputFileContent(object):
|
||||
class InputFileContent:
|
||||
"""
|
||||
This class represents InputFileContents
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user