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): 521a5247 -> 9364dc02 #596

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phillip-ground[bot]
Copy link
Contributor

@phillip-ground phillip-ground bot commented Jun 22, 2022

SHA256 Commit Message
9364dc02 feat: Change `terraform-format` to support both Terraform and OpenTofu packages (#419)
b24ef710 check: set HOME to a tmp dir to avoid polluting the working dir
46171f0a hooks: add note for flake-based projects using paths
baf942ec hooks: add examples
bad35860 hooks: allow strings for path-based options
586b2df6 docs: add `trufflehog` entry
ef1a5f9e ci: limit concurrency
0070c0b9 ci: split stable and unstable tests
76a43622 Remove nixpkgs-stable input
3e3ebb27 chore(cabal2nix): stick to camelCase
03c878f8 fix: biome write deprecation
96209c15 Throw a pretty error if the hooks cannot be sorted
4d562428 Simplify internal `before`/`after` code
3e7d7910 bugfix: remove before/after options from config json file
2c69d710 ``chore: add a default priority to cabal2nix which ensures it runs after `hpack```
06d077bf feat(hook order): add before, after options to specify hooks order
ac756a3a feat: add priority to hooks.
8a8d2b81 make sure that clang-tools is in the same version across all platforms
be16516d feat: add an option to cabal2nix hook for specifying output filename.
b6d9d72d feat: support cargo/runtime dependencies
f8333004 feat: make git package configurable and default to gitMinimal
d27273c4 readme: Mention flake-parts
b87ed055 feat(treefmt): add options to settings and disable cache by default
26f0d52b chore(deps): lock file maintenance
04db8c18 fix: poetry option is not defined
92495abe fix: poetry option is not defined
b3ff86fc fix: avoid use of deprecated stage names
f187f18b Spelling: Check *.org files
92e4fb63 docs: fix defaults
af52f533 fix(rustfmt): add cargoManifestPath back
7e36b4c2 fix: add golines to tools.nix
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
1a1c7c6b add golines pre-commit hook
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

@phillip-ground phillip-ground bot added autorebase:opt-in dependencies Pull requests that update a dependency file labels Jun 22, 2022
@phillip-ground phillip-ground bot enabled auto-merge (rebase) June 22, 2022 18:19
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch 3 times, most recently from ccb2ef4 to 7414db6 Compare June 24, 2022 12:29
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> b7a131d0 chore(flake/pre-commit-hooks): 521a5247 -> a2ce896c Jun 24, 2022
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch 2 times, most recently from 6a97b43 to 5c5c7fe Compare June 25, 2022 18:19
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> a2ce896c chore(flake/pre-commit-hooks): 521a5247 -> db3bd555 Jun 25, 2022
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch 12 times, most recently from 5e62956 to 7e9a668 Compare July 2, 2022 18:24
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch 8 times, most recently from 073862a to 00386cf Compare July 6, 2022 00:37
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 366ab5b to 6d927d6 Compare November 5, 2024 18:19
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> d70155fd chore(flake/pre-commit-hooks): 521a5247 -> cd1af27a Nov 12, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 6d927d6 to d4d36fc Compare November 12, 2024 00:31
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> cd1af27a chore(flake/pre-commit-hooks): 521a5247 -> 3308484d Nov 19, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from d4d36fc to 180d101 Compare November 19, 2024 18:19
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 180d101 to 7a09416 Compare December 4, 2024 18:20
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> 3308484d chore(flake/pre-commit-hooks): 521a5247 -> 6f4e2a21 Dec 4, 2024
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> 6f4e2a21 chore(flake/pre-commit-hooks): 521a5247 -> d8c02f0f Dec 8, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch 2 times, most recently from 68b1baa to d80922f Compare December 14, 2024 18:19
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> d8c02f0f chore(flake/pre-commit-hooks): 521a5247 -> c2b3567b Dec 14, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from d80922f to d85bc74 Compare December 15, 2024 12:20
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> c2b3567b chore(flake/pre-commit-hooks): 521a5247 -> 4c8e75ef Dec 15, 2024
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> 4c8e75ef chore(flake/pre-commit-hooks): 521a5247 -> aa9f40c9 Dec 15, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch 2 times, most recently from bfdd111 to 46f8072 Compare December 17, 2024 00:35
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> aa9f40c9 chore(flake/pre-commit-hooks): 521a5247 -> 0bb4be58 Dec 17, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 46f8072 to 460a450 Compare December 17, 2024 12:20
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> 0bb4be58 chore(flake/pre-commit-hooks): 521a5247 -> 0ddd26d0 Dec 17, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 460a450 to 7733b09 Compare December 21, 2024 18:19
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> 0ddd26d0 chore(flake/pre-commit-hooks): 521a5247 -> f0f0dc49 Dec 21, 2024
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 7733b09 to 0d17aee Compare January 3, 2025 06:19
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> f0f0dc49 chore(flake/pre-commit-hooks): 521a5247 -> a5a96138 Jan 3, 2025
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> a5a96138 chore(flake/pre-commit-hooks): 521a5247 -> 94ee657f Jan 16, 2025
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 0d17aee to cdfc94f Compare January 16, 2025 18:19
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> 94ee657f chore(flake/pre-commit-hooks): 521a5247 -> 15a87ced Jan 19, 2025
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from cdfc94f to 7f4ccc4 Compare January 19, 2025 18:19
@phillip-ground phillip-ground bot changed the title chore(flake/pre-commit-hooks): 521a5247 -> 15a87ced chore(flake/pre-commit-hooks): 521a5247 -> 9364dc02 Jan 21, 2025
@phillip-ground phillip-ground bot force-pushed the create-pull-request/update-pre-commit-hooks branch from 7f4ccc4 to fb7e5e3 Compare January 21, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorebase:opt-in dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants