Skip to content

Commit

Permalink
fixed e266
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit authored and Arohan Ajit committed Oct 18, 2024
1 parent 62b001b commit 4ce131a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ per-file-ignores =
temporal/t.rast.to.vect/t.rast.to.vect.py: E501
temporal/t.vect.algebra/t.vect.algebra.py: E501
# ## used (##% key: r etc)
temporal/t.rast.what/t.rast.what.py: E265, E266, E501
temporal/t.rast.what/t.rast.what.py: E501
# Line too long (esp. module interface definitions)
temporal/*/*.py: E501

Expand Down
30 changes: 15 additions & 15 deletions temporal/t.rast.what/t.rast.what.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,21 @@
# % description: Use stdin as input and ignore coordinates and point option
# %end

## Temporary disabled the r.what flags due to test issues
##%flag
##% key: f
##% description: Show the category labels of the grid cell(s)
##%end

##%flag
##% key: r
##% description: Output color values as RRR:GGG:BBB
##%end

##%flag
##% key: i
##% description: Output integer category values, not cell values
##%end
# Temporary disabled the r.what flags due to test issues
# %flag
# % key: f
# % description: Show the category labels of the grid cell(s)
# %end

# %flag
# % key: r
# % description: Output color values as RRR:GGG:BBB
# %end

# %flag
# % key: i
# % description: Output integer category values, not cell values
# %end

# %flag
# % key: v
Expand Down

0 comments on commit 4ce131a

Please sign in to comment.