We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67e33d2 + c3bc8de commit 568bf6eCopy full SHA for 568bf6e
.github/workflows/tests.yml
@@ -26,8 +26,6 @@ jobs:
26
python-version-file: ".python-version"
27
- name: Create virtualenv
28
run: python -m venv .venv
29
- - name: Activate virtualenv
30
- run: source .venv/bin/activate
31
- name: Install dependencies
32
run: .venv/bin/pip install .[dev]
33
- name: Build crate
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## Unreleased
2
+
3
+Released XXXX-XX-XX
4
5
+* [#3](https://github.com/tiwilliam/rsmime/pull/3) - Replace black with ruff for formatting.
6
7
## 0.6.4
8
9
Released 2023-10-30
0 commit comments