Compare commits
3 Commits
0.6.0
...
07d31d6f83
| Author | SHA1 | Date | |
|---|---|---|---|
| 07d31d6f83 | |||
|
65d2cd7fee
|
|||
|
46e83e3e48
|
@@ -22,8 +22,15 @@ jobs:
|
||||
- name: Run pre-commit hooks
|
||||
run: pre-commit run --all-files --color always
|
||||
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry self add poetry-plugin-export
|
||||
|
||||
- name: Install pip-audit
|
||||
run: pip install pip-audit
|
||||
|
||||
- name: Run pip-audit
|
||||
run: pip-audit
|
||||
- name: Audit dependencies (Poetry lockfile)
|
||||
run: |
|
||||
poetry export -f requirements.txt --without-hashes \
|
||||
| pip-audit -r /dev/stdin
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
|
||||
# mirro
|
||||
|
||||
<div align="center">
|
||||
<img src="mirro.png" alt="mirro logo" width="256" />
|
||||
</div>
|
||||
|
||||
**mirro** is a tiny safety-first editing wrapper for text files.
|
||||
You edit a temporary file, **mirro** detects whether anything changed, and if it did, it saves a backup of the original before writing your changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user