Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(flake/pre-commit-hooks): 7e3517c0 -> ff68f917 #1022

Closed

Conversation

phillip-ground[bot]
Copy link
Contributor

@phillip-ground phillip-ground bot commented Sep 17, 2023

Commit Message
e76201cb hooks: fix rome and nixfmt migrations
eb74e0be typo
c93e347b feat(run.nix): expose more
6a3d0eb6 statix: skip adding `--ignore` if empty
1fe5afc7 statix: fix broken list option `--ignore`
6ce0397f feat(rustfmt): add settings
7ee593e0 feat(statix): add settings
3b3c05c4 chore(deps): update cachix/install-nix-action action to v30
9d2422b4 Add extraArgs for clippy
9f73309f modules: pre-commit: make pkgs.buildEnv composable
3ad0dd51 chore(deps): update cachix/install-nix-action action to v29
0ec644ce add trufflehog to tools
0b4048d9 add working but unconfigurable trufflehog module
b8fafdec modules/hooks.nix: restore alphabetical order
cbb1a986 nixfmt: deprecate `nixfmt` and redirect to `nixfmt-classic` or `nixfmt-rfc-style`
334af94e Add support for nixfmt-rfc-style
90999f96 alejandra: fix shell escape for file excludes
55b98216 feat: register gc root for the generated .pre-commit-config.yaml
c08fc07f docs: rename pre-commit-hooks.nix instances to git-hooks.nix
51605d94 fix(lua-ls): only fail if there are diagnostics
515d252e fix: switch nixfmt to nixfmt-classic
bfef0ada chore: update renovate config
a98a24e4 chore: update renovate config
c2f6ace9 feat: add terraform-validate hook
49b141a7 hook(shfmt): add `simplify` toggle to settings
c22803ea fix: fixup args and exclude_types
d1948b48 Added `args` and `exclude_types` to hook type
54ac8605 fix: change ruff format hook name
2d366523 docs: add ruff-format to python list
509f5059 feat: add ruff-format
2c2eb0d4 Update Ruff check
587776af Allow importing modules into the inner module system.
11e7fbf7 feat: add cabal-gild
0f6f5fd8 chore: update to nixos 24.05
8ee4af3f docs: clarify terraform-format
6283849b fixed typstyle argument
324caa94 chore(deps): lock file maintenance
31b8b84b dev: remove deprecated lib.mdDoc
6997a2e3 chore(deps): update cachix/install-nix-action action to v27
66b68332 chore(deps): update cachix/cachix-action action to v15
250a88b6 chore(deps): update actions/checkout action to v4
df3ac191 dev: fix typo hook false positive
6e6b9257 fix typo in attribute
62e46b44 check if typstyle exists
5ad3b469 flake.lock: Update
7d16e393 feat: fix reuse not found in flake check
9a04830f fix: pyright has moved out of nodePackages
21e0e90f feat: add reuse
6522d751 feat: add typstyle
d74bff58 fix: update tools.nix to include yamlfmt
e4eba37a feat: add yamlfmt
10a15426 Include hpack in the hpack dir output
cfac92f4 Fix clang-tidy hook always being skipped
8803a39a readme: remove flake-utils reference
de8ccbdc flake: remove flake-utils dependency
a741bc6e flake-parts: add enabledPackages to shell
091eaa3a Fix and document lacheck hook
f0dcdc1b Update modules/hooks.nix
9052a48b refactor: move `rec` keyword to minimize formatting impact
bf98b7f1 feat: add deprecation warning for `rome` hook
f3a2deee Remove packageOverrides from the base hook module
c4e3cd4c Add Flake Checker
bc5491d5 `config` -> `config.settings`
8f2d990b refactor: deprecate `rome` with `mkRenamedOptionModule`
d2b7a5b4 fix: alias rome to biome without formatting
ba2d5199 revert: "fix: alias "rome" to "biome""
59d884a4 fix(alejandra): one `--exclude` flag per file
05c3a4ea fix: alias "rome" to "biome"
a6538a8d feat: create "biome" hook
00a90e7b Add `extraPackages` for `clippy`, `rustfmt`, `dune-fmt`
dc1ffda6 Add `extraPackages` option for packages propagated to `enabledPackages`
5069220c Add lacheck hook
6c2316d1 Filter out nulls from enabledPackages
eb9778d3 Set the default hook package to null
9715094e Fix reference to renamed option
649fb51d add installation test
f3bb9549 Fix link to docs
8ae5bb63 Update hook module import for default hooks
cc709e51 refactor: DRY hookModule and upgrade to option
054c86ce flake-module.nix: Update comment
0d676ca9 free up space on ci
5da7bab7 Fix `nix flake check` on macOS
dc6812ea Silence git commit summary
6c48d19a Silence git default branch warning
34fdf24f Add warnings for changed modules
f94f8e27 Remove shadowing of `config` attribute in hooks
54189ae4 Extend `yamllint` hook with more options
d2f6f937 Add `package` options for hooks
6caf5b27 Fix sort-file-contents description
c6189c3d Revert unintended changes
73a4e8d7 Fix `nix flake check`s
317fc48c Fix Markdown formatting and sort hooks
910b6db2 Add default hooks to README
754397c7 Add pre-commit default hooks
7d47a32e rename to git-hooks.nix
a130d70f Fix typos and add pre-commit check
1d744bb4 Remove trailing new line
fa4b9ef8 Add Poetry hooks
b54aac8e Add ripsecrets hook
e611897d fix flakes example for enabledPackages
543d006f fix option
cf361f56 fix #356: provide a way to access all packages for enabled hooks
21307b20 Rename deprecated flake outputs
8fc4dd7c feat: introduce black flags
cbb3524c Remove treefmt package in the all-hooks check
8a980910 Fix treefmt flake-parts integration
d43e4853 rustfmt: Support multi package projects
d0589a99 fix typstfmt
99c274e8 fix eval
db909b7f README: use the new module
f6d4ab20 bump deps
fc79a53e README: refresh
b9fb64c3 Update hook descriptions
df4a2111 Implement packageOverrides and add formatters to treefmt
0b32cd7a Add packageInputs to allow overriding complex wrapper hooks
6b405259 Add a todo for treefmt
bf780cc3 Migrate binPath to use the package option by default
6b2bed05 Add assertions and warnings to the pre-commit module
8af5964b Add a description to each hook
87a38530 Fix option remap
22683d3f Remove `package` from the raw options
db697eb3 Migrate `settings.<name>.package` to `hooks.<name>.package`
d84404d0 Apply mkDefault to built-in hooks
f069ad80 Fix package typos
72bc75c4 Remove unused arg
27f30f03 Add default packages
de16d2f6 Add package to raw config
4d53d13f Move hook-specific settings under hooks.<name>.settings
bc05acff Make run command backwards-compatible
22d19cf1 Rename options
3833dfde Try passing default_stages again
3d416f0d Pass down default_states to each hook
ce684eb2 Fix
2545f40f Set raw
94283df0 Add placeholder descriptions
4f427b47 Annotate and fix errors
15330bec Implement new module design
d8430c22 Changing files is consistent with other formatting pre-commit hooks
9aa03c74 docs: use formal capitalization of JavaScript/TypeScript
f441d089 Remove pass_filenames from typos hook
845c8661 Add option to typos hook for ignoring list of words
7a06a898 Add more options to typos hook
1e702924 fix: add/fix all the missing hooks, for real this time
05a6b4ce feat: add check to ensure all hooks evaluate
fb4b6d03 fix(phpstan): disable lockfile validation
1d3eac11 fix(headache): avoid meta.mainProgram as it may not be set
2c6c9d0f fix: use opentofu instead of terraform
0b6fdb09 chore: update to nixos 23.11
33676735 fix: fix up tools indirections, ensure the used tools actually exist
59ed918b doc: fix readme for clang-format
e4f7f070 hooks: init cmake-format
b46eab58 hooks: unify pkgs -> tools
02a45958 Add args to prettier hook
b568e6d3 typos: unset pass_filenames
35ba4e74 fix(stylua): add --respect-ignores flag
fbc317bf hooks: flake8: add settings to extend the ignore list
911536a7 hooks: sort hooks alphabetically
4cb6caa8 hooks: sort settings alphabetically
132ffd57 doc: improve README.md
a44c73ba add cljfmt
dfb9eeec feat: add juliaformatter
88f314e1 feat: add typstfmt

@phillip-ground phillip-ground bot added autorebase:opt-in PRs with this label will be automatically rebased dependencies Changes related to dependencies labels Sep 17, 2023
@phillip-ground phillip-ground bot enabled auto-merge (rebase) September 17, 2023 01:40
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 4f883a76 chore(flake/pre-commit-hooks): 7e3517c0 -> cb770e93 Oct 1, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 536a97b to 2df9b60 Compare October 1, 2023 01:46
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> cb770e93 chore(flake/pre-commit-hooks): 7e3517c0 -> 66c352d3 Oct 8, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 2df9b60 to eb796a0 Compare October 8, 2023 01:43
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 66c352d3 chore(flake/pre-commit-hooks): 7e3517c0 -> 42e1b609 Oct 15, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from eb796a0 to d0a099a Compare October 15, 2023 01:42
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 42e1b609 chore(flake/pre-commit-hooks): 7e3517c0 -> 8cc349bf Oct 22, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from d0a099a to d4b406b Compare October 22, 2023 01:43
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 8cc349bf chore(flake/pre-commit-hooks): 7e3517c0 -> bd38df3d Oct 29, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from d4b406b to d71ea33 Compare October 29, 2023 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> bd38df3d chore(flake/pre-commit-hooks): 7e3517c0 -> dec10399 Nov 5, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from d71ea33 to 20952a6 Compare November 5, 2023 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> dec10399 chore(flake/pre-commit-hooks): 7e3517c0 -> ea758da1 Nov 12, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 20952a6 to aaf0de9 Compare November 12, 2023 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> ea758da1 chore(flake/pre-commit-hooks): 7e3517c0 -> e558068c Nov 19, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from aaf0de9 to f353f16 Compare November 19, 2023 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> e558068c chore(flake/pre-commit-hooks): 7e3517c0 -> e5ee5c5f Nov 26, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from f353f16 to 22c1e2f Compare November 26, 2023 01:14
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 22c1e2f to 871818c Compare December 17, 2023 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> e5ee5c5f chore(flake/pre-commit-hooks): 7e3517c0 -> 007a45d0 Dec 17, 2023
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 007a45d0 chore(flake/pre-commit-hooks): 7e3517c0 -> 9d3d7e18 Dec 31, 2023
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 871818c to 9db513a Compare December 31, 2023 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 9d3d7e18 chore(flake/pre-commit-hooks): 7e3517c0 -> 274ae397 Jan 14, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 9db513a to ca9329c Compare January 14, 2024 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 274ae397 chore(flake/pre-commit-hooks): 7e3517c0 -> f56597d5 Jan 21, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from ca9329c to 423e9cb Compare January 21, 2024 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> f56597d5 chore(flake/pre-commit-hooks): 7e3517c0 -> 7c54e08a Feb 4, 2024
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> cc4d466c chore(flake/pre-commit-hooks): 7e3517c0 -> 8cd35b94 Jun 23, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from b87278f to 9bd8788 Compare June 23, 2024 01:14
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 8cd35b94 chore(flake/pre-commit-hooks): 7e3517c0 -> 0ff4381b Jun 30, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 9bd8788 to 3292a93 Compare June 30, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 0ff4381b chore(flake/pre-commit-hooks): 7e3517c0 -> 8d6a17d0 Jul 14, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 3292a93 to 6d566cf Compare July 14, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 8d6a17d0 chore(flake/pre-commit-hooks): 7e3517c0 -> f451c193 Jul 21, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 6d566cf to 5bd1f50 Compare July 21, 2024 01:15
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 5bd1f50 to 8023192 Compare August 11, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> f451c193 chore(flake/pre-commit-hooks): 7e3517c0 -> c7012d0c Aug 11, 2024
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> c7012d0c chore(flake/pre-commit-hooks): 7e3517c0 -> bfef0ada Aug 18, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 8023192 to d4c8afa Compare August 18, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> bfef0ada chore(flake/pre-commit-hooks): 7e3517c0 -> c8a54057 Aug 25, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from d4c8afa to 0f92a85 Compare August 25, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> c8a54057 chore(flake/pre-commit-hooks): 7e3517c0 -> 4509ca64 Sep 1, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 0f92a85 to 3dcdd66 Compare September 1, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 4509ca64 chore(flake/pre-commit-hooks): 7e3517c0 -> 7570de7b Sep 8, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 3dcdd66 to e55615b Compare September 8, 2024 01:15
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from e55615b to fa2b763 Compare September 22, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 7570de7b chore(flake/pre-commit-hooks): 7e3517c0 -> 4e743a69 Sep 22, 2024
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 4e743a69 chore(flake/pre-commit-hooks): 7e3517c0 -> 85f7a717 Sep 29, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from fa2b763 to 5267c6c Compare September 29, 2024 01:15
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 5267c6c to 6b1a0e9 Compare October 6, 2024 01:15
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 85f7a717 chore(flake/pre-commit-hooks): 7e3517c0 -> 1211305a Oct 6, 2024
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 7e3517c0 -> 1211305a chore(flake/pre-commit-hooks): 7e3517c0 -> ff68f917 Oct 13, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 6b1a0e9 to d35979b Compare October 13, 2024 01:15
@cpcloud cpcloud closed this Oct 18, 2024
auto-merge was automatically disabled October 18, 2024 11:35

Pull request was closed

@cpcloud cpcloud deleted the create-pull-request/update-pre-commit-hooks branch October 18, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorebase:opt-in PRs with this label will be automatically rebased dependencies Changes related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant