Commit Graph

102 Commits

Author SHA1 Message Date
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
CoderJoshDK
4025f7f381
feat: use uv for package management (#77)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

`uv` is great. So we should use it where we can. 

The cache had to be removed because the workflow breaks currently.
https://github.com/actions/setup-python/issues/822
When this is solved, caching can be brought back in.

## Test Plan

Ran workflow on my local repo.
2024-04-01 23:05:43 -05:00
charliermarsh
0ccbb5b794 Mirror: 0.3.5
Some checks failed
Releases / release (push) Failing after 11s
2024-04-01 17:37:36 +00: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
Github Actions
3dacd83b1e Mirror: 0.1.4 2023-11-03 21:31:21 +00:00
Github Actions
8a43105c59 Mirror: 0.1.3 2023-10-26 19:27:28 +00:00
Github Actions
00ca9a349a Mirror: 0.1.2 2023-10-24 15:54:57 +00:00
Github Actions
51ae37a780 Mirror: 0.1.1 2023-10-19 21:22:21 +00:00
Github Actions
382100c524 Mirror: 0.1.0 2023-10-16 19:41:47 +00:00
Github Actions
42f98979db Mirror: 0.0.292 2023-10-02 17:15:54 +00:00
Subin Kim
ba4269e9c6
feat: Update pre-commit mirror script (#53)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->

- `pre-commit-mirror-maker` is not suitable for generating multiple
hooks in single `.pre-commit-hooks.yaml` file.
- So replaced the script and github workflows.

## Test Plan

<!-- How was it tested? -->

- Update `pyproject.toml`'s `ruff==0.0.290` into `ruff==0.0.289`, and
run the script.

```sh
$ python3 mirror.py
...
```
2023-09-26 10:38:22 -05:00
fsouza
d6a5d784b9
Setup automation with pre-commit-mirror-maker (#1) 2022-10-12 10:02:03 -04:00
Charlie Marsh
5cacb88af8 Bump version to 0.0.65 2022-10-10 09:11:18 -04:00
Charlie Marsh
cb185698b9 Bump version to 0.0.48 2022-09-29 19:03:54 -04:00
Charlie Marsh
0ac4c52e6a Add standalone pre-commit hook 2022-09-19 21:04:28 -06:00