Fix yesqa hook (#7843)

* fix yesqa hook

* Remove redundant noqa

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Andrey
2022-10-29 16:07:02 +03:00
committed by GitHub
parent 18ffc4dec8
commit 584e743422
6 changed files with 14 additions and 9 deletions

View File

@ -413,7 +413,7 @@ class IndexCalculation:
"""
return (self.nir / ((self.nir + self.red) / 2)) * (self.ndvi() + 1)
def i(self): # noqa: E741,E743
def i(self):
"""
Intensity
https://www.indexdatabase.de/db/i-single.php?id=36