mirror of https://github.com/ArduPilot/ardupilot
Tools: Rename class PreCommitFlake8 to AP_PreCommit
This commit is contained in:
parent
746aebbd0c
commit
4034267cde
|
@ -15,7 +15,7 @@ import sys
|
|||
import subprocess
|
||||
|
||||
|
||||
class PreCommitFlake8(object):
|
||||
class AP_PreCommit(object):
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
@ -89,5 +89,5 @@ class PreCommitFlake8(object):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
precommit = PreCommitFlake8()
|
||||
precommit = AP_PreCommit()
|
||||
sys.exit(precommit.run())
|
||||
|
|
Loading…
Reference in New Issue