scipp / esspolarization

Polarization data reduction for the European Spallation Source
https://scipp.github.io/esspolarization/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Data correction documentary #26

Closed astellhorn closed 8 months ago

astellhorn commented 8 months ago
SimonHeybrock commented 8 months ago

@astellhorn Can you fix the formatting or static analysis problems? This should actually happen locally when you commit (unless you bypass the check). You can run again using pre-commit run --all-files.

astellhorn commented 8 months ago

have let check run using pre-commit, but after it still complained about "Tung" to be changed to "tongue" (see Wai Tung Lees paper reference), I have used commit -n -m to commit it anyhow. How can I go around such an error message in a better way?

SimonHeybrock commented 8 months ago

have let check run using pre-commit, but after it still complained about "Tung" to be changed to "tongue" (see Wai Tung Lees paper reference), I have used commit -n -m to commit it anyhow. How can I go around such an error message in a better way?

I added it to the spell checker's ignore list for you. Run git pull to update your local branch.