diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index fafa313..769e501 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v31 - - run: nix develop --command selene --display-style quiet . + - run: nix develop --command selene --display-style quiet --config config/nvim/selene.toml . prettier: name: Prettier Format Check diff --git a/statix.toml b/statix.toml new file mode 100644 index 0000000..9a6187c --- /dev/null +++ b/statix.toml @@ -0,0 +1,3 @@ +[disabled] +repeated_keys = true +empty_pattern = true