-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from FredNoonienSingh/82-fix-production-bug
fixed more linitng errors added docstrings
- Loading branch information
Showing
14 changed files
with
263 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,34 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Baumeister", | ||
"burnysc", | ||
"chronoboost", | ||
"csvfile", | ||
"CYBERNETICSCORE", | ||
"distrubute", | ||
"hackcheating", | ||
"Harstems", | ||
"linalg", | ||
"ndarray", | ||
"opponentid", | ||
"pathing", | ||
"PHOTONCANNON", | ||
"Premove", | ||
"PRIO", | ||
"Protoss", | ||
"proyimity", | ||
"ROBO", | ||
"robofacilities", | ||
"stargates" | ||
"speedmining", | ||
"STARGATE", | ||
"stargates", | ||
"townhall", | ||
"townhalls", | ||
"unittype", | ||
"Utilityclass", | ||
"vespene", | ||
"warpin", | ||
"WARPPRISM", | ||
"warprism" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
from HarstemsAunt.common import logger | ||
"""make linter shut up""" | ||
# pylint: disable=C0103 | ||
# pylint: disable=E0401 | ||
from Unit_Classes.baseClassGround import BaseClassGround | ||
|
||
|
||
class DarkTemplar(BaseClassGround): | ||
""" Extension of BaseClassGround """ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.