Commit graph

1716 commits

Author SHA1 Message Date
Ed Page
74d959bf38
Merge pull request #825 from LeoDog896/patch-a
chore: Enable building on nightly
2023-09-06 15:34:04 -05:00
Ed Page
7c89b528fd chore: Release 2023-09-06 15:33:02 -05:00
Ed Page
04903c60d6 docs: Update changelog 2023-09-06 15:32:45 -05:00
Logan Hunt
b856b9603f
feat(config): Support for pyproject.toml files (#790)
This PR adds support for parsing `pyproject.toml` config files. The convention
for these files is to put any tooling related configuration into the
`tool.NAME` section, so in this case, `tool.typos`. I have verified that the
changes are pulled correctly, even if the `tool.typos` section is not present.

Closes #361
2023-09-06 15:31:14 -05:00
Tristan F
d7d5d45b50 chore: bump lockfile 2023-09-02 18:05:30 -04:00
Ed Page
65d2fb6b91 chore: Release 2023-09-01 16:22:11 -05:00
Ed Page
602923bbc8 chore: Release 2023-09-01 16:20:50 -05:00
Ed Page
99bb02de48 docs: Update changelog 2023-09-01 16:19:55 -05:00
Ed Page
b49c652faa
Merge pull request #824 from epage/august
feat(dict): August updates
2023-09-01 16:18:16 -05:00
Ed Page
c7a2909bbb feat(dict): August updates
Fixes #784
2023-09-01 16:04:25 -05:00
Ed Page
0c05b217d4 style: Make clippy happy 2023-09-01 10:20:03 -05:00
Ed Page
67ca12a847
Merge pull request #822 from crate-ci/renovate/itertools-0.x
chore(deps): update rust crate itertools to 0.11
2023-09-01 09:34:45 -05:00
Ed Page
bd59923d0f
Merge pull request #821 from crate-ci/renovate/anstream-0.x
chore(deps): update rust crate anstream to 0.5.0
2023-09-01 09:34:38 -05:00
Ed Page
ff1e83b3c7 chore: Update MSRV to 1.70.0 2023-09-01 08:51:04 -05:00
renovate[bot]
f4171e782f
chore(deps): update rust crate itertools to 0.11 2023-09-01 03:12:20 +00:00
renovate[bot]
b7681dc6b5
chore(deps): update rust crate anstream to 0.5.0 2023-09-01 03:09:48 +00:00
renovate[bot]
6da9470ef9 chore(deps): update compatible 2023-09-01 01:11:49 +00:00
Ed Page
853cb28df3 chore: Release 2023-08-30 10:43:04 -05:00
Ed Page
75c2215843 docs: Update changelog 2023-08-30 10:42:53 -05:00
Ed Page
c4deebd5d4
Merge pull request #817 from epage/argue
fix(dict): Treat arguement as a misspelling
2023-08-30 10:42:20 -05:00
Ed Page
8143c3b24c fix(dict): Treat arguement as a misspelling
Fixes #816
2023-08-30 10:05:34 -05:00
Ed Page
ff82d6960a chore(ci): Don't fail on wildcards
See EmbarkStudios/cargo-deny#241
2023-08-23 10:43:57 -05:00
Ed Page
44604fc1d3 chore(renovate): Try to fix schedule 2023-08-23 09:35:47 -05:00
Ed Page
c8624f0538 chore(renovate): Update MSRV on release 2023-08-23 09:24:15 -05:00
Ed Page
ca8ac802cc chore: Update from '_rust/main' template 2023-08-22 11:31:07 -05:00
Ed Page
a6ecf92327 chore(renovate): Update config 2023-08-22 11:07:34 -05:00
Ed Page
efe14d6089 chore(renovate): Make style consistent 2023-08-22 11:06:55 -05:00
Ed Page
e477391cc0 chore: Release 2023-08-21 13:14:08 -05:00
Ed Page
7122823b96 docs: Update changelog 2023-08-21 13:13:59 -05:00
Ed Page
27fd226c70
Merge pull request #809 from epage/act
fix(action): Don't pre-filter checked files
2023-08-21 13:13:02 -05:00
Ed Page
286609cb28 fix(action): Don't pre-filter checked files
This reverts commit fc7f517466.

This has two problems
- This doesn't correctly handle spaces, likely needing #708
- This overrides excludes, see #347

This also has a weird cost/benefit balance because this requires enough
repo history to do the analysis which takes time to pull down.

Rather than waiting until the relevant changes are in to make this work,
I'm pulling this out for now.

Fixes #806
2023-08-21 12:25:34 -05:00
Ed Page
1072809e63 chore: Release 2023-08-21 10:36:58 -05:00
Ed Page
64abb8b2b6 docs: Update changelog 2023-08-21 10:36:48 -05:00
Ed Page
c8189bf54a
Merge pull request #808 from epage/no
fix(cli): Improve error when args aren't present
2023-08-21 10:36:23 -05:00
Ed Page
8be21b28e7 fix(cli): Improve error when args aren't present 2023-08-21 10:20:16 -05:00
Ed Page
cfa1821100 test(cli): Show no file error 2023-08-21 10:16:16 -05:00
Ed Page
f8d11b3a69 chore: Release 2023-08-18 16:48:33 -05:00
Ed Page
db5b75e933 docs: Update changelog 2023-08-18 16:48:19 -05:00
Ed Page
ed607fcc7d
Merge pull request #807 from epage/error
fix(cli): Add path to filesystem errors
2023-08-18 16:47:50 -05:00
Ed Page
c927717f2d fix(cli): Report more errors through report system 2023-08-18 16:28:53 -05:00
Ed Page
104ebdcb6b fix(cli): Report paths with errors 2023-08-18 16:28:00 -05:00
Ed Page
e003ac8f1e fix(cli): Improve error on missing config 2023-08-18 16:08:25 -05:00
Ed Page
03e6afbaa6 test(cli): Verify missing config error 2023-08-18 16:03:07 -05:00
Ed Page
0becfbf6cf fix: Accidentally ran typos on typos 2023-08-14 15:55:39 -05:00
Ed Page
8f65f4802b chore: Adopt '_rust/main' template 2023-08-14 15:06:53 -05:00
Ed Page
0863e64406 chore: Release 2023-08-14 09:55:06 -05:00
Ed Page
90966c423a docs: Update changelog 2023-08-14 09:54:54 -05:00
Ed Page
25383eb358
Merge pull request #803 from epage/lock
fix: Dont check pnpm lockfiles
2023-08-14 09:52:56 -05:00
Ed Page
ef8bf24e7e fix: Dont check pnpm lockfiles
Fixes #802
2023-08-14 09:36:53 -05:00
Viktor Szépe
0d101f3055
chore: move deprecated package.metadata.maturin (#801) 2023-08-12 19:09:26 -05:00