Skip to content

Commit

Permalink
Update various configs for _version.py
Browse files Browse the repository at this point in the history
We control it now, so we shouldn't be excluding it any more.
  • Loading branch information
dopplershift committed Sep 21, 2019
1 parent 070b5ea commit 0ca7099
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ plugins:
enabled: false

exclude_patterns:
- "metpy/_version.py"
- "metpy/io/_nexrad_msgs/msg*.py"
- "docs/**/*"
2 changes: 0 additions & 2 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
path_classifiers:
generated:
- metpy/_version.py
library:
- metpy/deprecation.py
test:
Expand Down
3 changes: 0 additions & 3 deletions .stickler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ linters:
flake8:
ignore: 'F405'
max-line-length: 95
files:
ignore:
- 'metpy/_version.py'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ mpl-results-path = test_output
log_print = False

[coverage:run]
omit = metpy/_version.py,metpy/io/_nexrad_msgs/parse_spec.py
omit = metpy/io/_nexrad_msgs/parse_spec.py

[doc8]
ignore-path = docs/build,docs/api/generated,docs/_templates,docs/tutorials,docs/examples
Expand Down

0 comments on commit 0ca7099

Please sign in to comment.