Skip to content

Commit f5d116b

Browse files
committed
Fix linting issues
1 parent 6e6c162 commit f5d116b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.claude/CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ mapper-spire converts Spire `enhanced_vessel_master.csv` maritime vessel data in
99
## Commands
1010

1111
### Run the Mapper
12+
1213
```bash
1314
python3 src/spire_mapper.py -i <input_csv> -o <output_json> [-l <log_file>]
1415
```
1516

1617
### Install Dependencies
18+
1719
```bash
1820
python -m pip install --group all .
1921
```
2022

2123
### Lint
24+
2225
```bash
2326
pylint $(git ls-files '*.py' ':!:docs/source/*')
2427
```

0 commit comments

Comments
 (0)