Skip to content

Commit

Permalink
Add optional configuration for git-blame in DEVELOPER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews authored Nov 14, 2024
1 parent 4d87faa commit 55f13a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ To develop FloPy you must have the following software installed on your machine:
You will need [Git](https://git-scm.com) and/or the **GitHub app** (for [Mac](https://mac.github.com) or [Windows](https://windows.github.com)).
GitHub's [Guide to Installing Git](https://help.github.com/articles/set-up-git) is a good source of information.

Optionally, the [`git blame`](https://git-scm.com/docs/git-blame) tool can be configured to work locally using:

```shell
git config blame.ignoreRevsFile .git-blame-ignore-revs
```

### Python

FloPy supports several recent versions of Python, loosely following [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html#implementation).
Expand Down Expand Up @@ -415,4 +421,4 @@ For a script in a subdirectory of the root, for instance, the conventional appro

```Python
project_root_path = Path(__file__).parent.parent
```
```

0 comments on commit 55f13a2

Please sign in to comment.