-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't baulk on intent(in) pointers (#120)
* Replace `setup.py` script with `stylist.toml` configuration file. * Turned out the `.toml` file wasn't being used. * Discovered mistake in pull request workflow. * Since `setup.py` has been removed we can't check it with `mypy` * Added Conda Forge badge to ReadMe. * Constrain fParser version. * Remove reference to setup.py from documentation. * Pointer initialisation rules doesn't apply to abstract interfaces. * Or normal interfaces.
- Loading branch information
1 parent
8fdcf9f
commit 951a9a8
Showing
2 changed files
with
35 additions
and
2 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
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