Skip to content

Commit 7350d18

Browse files
author
semantic-release
committed
0.2.3
Automatically generated by python-semantic-release
1 parent c1b1526 commit 7350d18

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33

44

5+
## v0.2.3 (2023-11-13)
6+
7+
### Ci
8+
9+
* ci: format config (#43)
10+
11+
no functional change just add some whitespace and
12+
remove unnecessary name of the checkout step ([`40e8fe2`](https://github.com/abid-mujtaba/testing-fixtures/commit/40e8fe2b360d7cb604b940d5a3dda6062b9857f0))
13+
14+
### Fix
15+
16+
* fix: use ruff check and format (#44)
17+
18+
* ci: add ruff (check & format), remove black
19+
20+
- ruff check is fantastic
21+
- ruff format is a drop-in replacement for black (in particular the upcoming preview)
22+
the only places where ruff disagrees with black I agree with the former
23+
24+
* ci: configure ruff
25+
26+
- select all rules
27+
- disable the 4 rules globally that conflict with ruff format
28+
- disable certain rules on a per-file basis
29+
- assert is allowed in tests
30+
- we are using print in the unit tests to track execution
31+
32+
* fix: ruff errors
33+
34+
fix all errors detected by ruff after we turned on nearly all the rules
35+
36+
* ci: configure vscode to use ruff
37+
38+
helps find and fix ruff errors ([`c1b1526`](https://github.com/abid-mujtaba/testing-fixtures/commit/c1b1526b1e9eec471888f94d750b82bb414e7a14))
39+
40+
541
## v0.2.2 (2023-11-12)
642

743
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "testing-fixtures"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
authors = [
99
{ name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" }
1010
]

0 commit comments

Comments
 (0)