Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use flake8_ets instead of local copyright_header #1341

Merged
merged 2 commits into from
Nov 9, 2020

Conversation

rahulporuri
Copy link
Contributor

fixes #1340

This PR removes the local package copyright_header and uses the new edm package flake8_ets in its place.

Checklist

  • Tests
  • Update API reference (docs/source/traits_api_reference)
  • Update User manual (docs/source/traits_user_manual)
  • Update type annotation hints in traits-stubs

instead of copyright_header local package

	deleted:    copyright_header/copyright_header.py
	deleted:    copyright_header/setup.py
	modified:   etstool.py
@rahulporuri rahulporuri changed the title DEV : Use flake8_ets package Use flake8_ets instead of local copyright_header Nov 9, 2020
and dont install the now non-existent copyright_header package in CI

	modified:   .github/workflows/run-style-checks.yml
	modified:   .travis.yml
	modified:   appveyor.yml
	modified:   setup.py
Copy link
Member

@mdickinson mdickinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; thank you.

@mdickinson
Copy link
Member

I made PR #1342 to double check that the header checks work as advertised.

@mdickinson
Copy link
Member

I made PR #1342 to double check that the header checks work as advertised.

And it does - all three of Travis CI, Appveyor and GitHub Actions failed in the expected manner. I really like that we get those results from GitHub Actions within 30 seconds of the PR being submitted.

@mdickinson mdickinson merged commit fa45275 into master Nov 9, 2020
@mdickinson mdickinson deleted the dev/use-flake8-ets-pkg branch November 9, 2020 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use flake8-ets for copyright header checks
2 participants