You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,42 @@
2
2
3
3
4
4
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))
0 commit comments