charliermarsh
03d82ba032
Mirror: 0.6.4
2024-09-05 15:55:58 +00:00
charliermarsh
f1ebc5730d
Mirror: 0.6.3
2024-08-29 15:20:51 +00:00
charliermarsh
24d039e647
Mirror: 0.6.2
2024-08-22 13:51:31 +00:00
charliermarsh
8b5112a3b2
Mirror: 0.6.1
2024-08-16 17:09:07 +00:00
Henry Schreiner
20d9ac3f11
Check Jupyter notebooks by default, in sync with 0.6.0 ( #96 )
2024-08-15 17:25:51 +01:00
charliermarsh
718fbf5fa5
Mirror: 0.6.0
2024-08-15 12:39:51 +00:00
charliermarsh
ac97362543
Mirror: 0.5.7
2024-08-08 15:47:05 +00:00
charliermarsh
89fdf53fde
Mirror: 0.5.6
2024-08-02 15:56:39 +00:00
charliermarsh
1ee2e38793
Mirror: 0.5.5
2024-07-25 15:08:16 +00:00
charliermarsh
cbaa26132c
Mirror: 0.5.4
2024-07-20 18:06:32 +00:00
charliermarsh
34e6222063
Mirror: 0.5.3
2024-07-18 17:10:25 +00:00
charliermarsh
47533c0f59
Mirror: 0.5.2
2024-07-14 15:11:56 +00:00
charliermarsh
f6793c73d5
Mirror: 0.5.1
2024-07-05 13:30:45 +00:00
charliermarsh
1dc9eb131c
Mirror: 0.5.0
2024-06-27 15:43:31 +00:00
charliermarsh
a5c7353d59
Mirror: 0.4.10
2024-06-20 17:44:01 +00:00
charliermarsh
02609a0003
Mirror: 0.4.9
2024-06-14 15:20:40 +00:00
charliermarsh
99e5311c54
Mirror: 0.4.8
2024-06-05 15:34:50 +00:00
charliermarsh
f428577948
Mirror: 0.4.7
2024-05-31 20:45:13 +00:00
charliermarsh
06206113ba
Mirror: 0.4.6
2024-05-28 19:23:09 +00:00
charliermarsh
fc609d3ce5
Mirror: 0.4.5
2024-05-23 01:31:27 +00:00
charliermarsh
f8a3f8c471
Mirror: 0.4.4
2024-05-09 17:14:19 +00:00
charliermarsh
5559d0350d
Mirror: 0.4.3
2024-05-03 23:04:06 +00:00
charliermarsh
596470fba2
Mirror: 0.4.2
2024-04-25 17:53:17 +00:00
charliermarsh
21d9bff1d6
Mirror: 0.4.1
2024-04-19 16:05:59 +00:00
charliermarsh
2ca3d774ce
Mirror: 0.4.0
2024-04-18 19:52:15 +00:00
charliermarsh
e76e45000a
Mirror: 0.3.7
2024-04-12 03:55:37 +00:00
charliermarsh
c0bff48397
Mirror: 0.3.6
2024-04-11 16:25:42 +00:00
charliermarsh
0ccbb5b794
Mirror: 0.3.5
Releases / release (push) Failing after 11s
2024-04-01 17:37:36 +00:00
CoderJoshDK
6e85b5cd1f
chore: update information ( #76 )
...
## Summary
Changes proposed and introduced through:
https://github.com/astral-sh/uv-pre-commit/pull/1 ; are being fixed and
updated for this repo as well.
2024-03-22 17:46:59 -05:00
Github Actions
1986670a8c
Mirror: 0.3.4
2024-03-21 19:22:29 +00:00
Github Actions
c22645f6b4
Mirror: 0.3.3
2024-03-15 18:07:19 +00:00
Github Actions
522df5be28
Mirror: 0.3.2
2024-03-09 00:51:59 +00:00
Github Actions
0431f238e5
Mirror: 0.3.1
2024-03-06 22:44:26 +00:00
Github Actions
0dd3437ad9
Mirror: 0.3.0
2024-02-29 15:21:41 +00:00
Github Actions
cc575a3e58
Mirror: 0.2.2
2024-02-17 22:40:20 +00:00
Github Actions
1bd02b3569
Mirror: 0.2.1
2024-02-05 22:30:15 +00:00
Github Actions
ae24203671
Mirror: 0.2.0
2024-02-01 23:23:14 +00:00
Github Actions
bbaf495f2d
Mirror: 0.1.15
2024-01-29 23:07:14 +00:00
Github Actions
1d42195ebc
Mirror: 0.1.14
2024-01-19 20:20:34 +00:00
Github Actions
abe8946973
Mirror: 0.1.13
2024-01-12 15:59:09 +00:00
Github Actions
0511de30af
Mirror: 0.1.12
2024-01-11 22:51:26 +00:00
Github Actions
fbe77be689
Mirror: 0.1.11
2024-01-02 23:00:06 +00:00
Github Actions
10d650cb4b
Mirror: 0.1.10
2024-01-02 18:23:47 +00:00
Github Actions
7bcc70ca47
Mirror: 0.1.9
2023-12-21 18:43:43 +00:00
Github Actions
d7c4946c7c
Mirror: 0.1.8
2023-12-13 19:11:31 +00:00
Github Actions
a6ff26895e
Mirror: 0.1.7
2023-12-04 21:55:57 +00:00
Github Actions
75d1925b52
Mirror: 0.1.6
2023-11-17 18:47:15 +00:00
Github Actions
3d440bd6c6
Mirror: 0.1.5
2023-11-08 23:12:19 +00:00
Charlie Marsh
f1ef5ac6b5
Update pre-commit documentation ( #57 )
...
I got some feedback on Mastodon that it wasn't clear how to use the
linter and formatter together in pre-commit.
This also removes `--exit-non-zero-on-fix`, since pre-commit already
exits if files are changed, and changes our recommendation to always put
the formatter after the linter, since if a previous tool ends up
committing changes, pre-commit should fail anyway.
2023-11-07 13:33:28 -05:00
Github Actions
3dacd83b1e
Mirror: 0.1.4
2023-11-03 21:31:21 +00:00