Skip to content

Commit

Permalink
add doc for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszduda23 committed Feb 13, 2024
1 parent a786681 commit 4625275
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Simple Management Protocol (SMP)

## lint

### windows

```ps
. ./envr.ps1
lint
```

### linux

```bash
black --check . && isort --check-only . && flake8 . && mypy .
```

0 comments on commit 4625275

Please sign in to comment.