Skip to content

Conversation

connoraird
Copy link
Collaborator

@connoraird connoraird commented May 23, 2025

  • Switching to using requirements.txt instead of pyproject.toml as we only need to install dependencies.
  • Putting fortitude back into its own dir to allow better organisation for future tools we test.
  • Fixing READMEs to match new structure.

@connoraird connoraird force-pushed the 34-add-extra-fortitude-detail branch from 4b6ac19 to 182d07a Compare August 26, 2025 10:10
## Installation

To install fortitude we can utilise the provided `pyproject.toml` by following the instructions in [the pre-commit install instructions](../README.md#pre-commit). The [quickstart page](https://fortitude.readthedocs.io/en/stable/#quickstart) for Fortitude details multiple other ways of installing the tool.
To install fortitude we can utilise the provided `requirements.txt` by following the instructions in [the pre-commit install instructions](../../README.md#pre-commit).
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
To install fortitude we can utilise the provided `requirements.txt` by following the instructions in [the pre-commit install instructions](../../README.md#pre-commit).
To install fortitude we can utilise the provided `requirements.txt` by following [the pre-commit install instructions](../../README.md#pre-commit).

This repo has been formatted with Fortitude. To check this repo with Fortitude, simply run the following from the root of this repository

```sh
fortitude --config-file formatting/fortitude.toml check
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
fortitude --config-file formatting/fortitude.toml check
fortitude --config-file formatting/fortitude/fortitude.toml check

"C003", # 'implicit none' missing 'external'
]

# A custom maxmum line length for our repo which will effect the
Copy link
Contributor

Choose a reason for hiding this comment

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

Add details about the cases where this rule does not apply (eg. text-only write lines and comments)

"C003", # 'implicit none' missing 'external'
]

# A custom maxmum line length for our repo which will effect the

Choose a reason for hiding this comment

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

Suggested change
# A custom maxmum line length for our repo which will effect the
# A custom maximum line length for our repo which will effect the

Spelling.

Copy link
Contributor

@ilectra ilectra left a comment

Choose a reason for hiding this comment

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

Once my comments/edits are addressed, it can be merged.

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.

3 participants