Skip to content

Commit

Permalink
Update: 2025-01-26
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulpatel25 committed Jan 26, 2025
1 parent e2d22aa commit 7587190
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ repos:
hooks:
- id: csslint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 3.1.2
hooks:
- id: editorconfig-checker
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/anshulpatel25/anshulpatel25.github.io

go 1.19

require github.com/luizdepra/hugo-coder v0.0.0-20250117004012-0bc26e3a9350 // indirect
require github.com/luizdepra/hugo-coder v0.0.0-20250122233642-1147e049247f // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ github.com/luizdepra/hugo-coder v0.0.0-20241201213021-5607e44d8c8f h1:jT3Jg/VcBl
github.com/luizdepra/hugo-coder v0.0.0-20241201213021-5607e44d8c8f/go.mod h1:9EQBf2rU+NPjlohGuKcEgdqSeOc3tIQoOty4xPpuUQ4=
github.com/luizdepra/hugo-coder v0.0.0-20250117004012-0bc26e3a9350 h1:0ejHA/rrneE+LqD22R+OSyoiTaL6wGjo/sNqyUJjPKQ=
github.com/luizdepra/hugo-coder v0.0.0-20250117004012-0bc26e3a9350/go.mod h1:9EQBf2rU+NPjlohGuKcEgdqSeOc3tIQoOty4xPpuUQ4=
github.com/luizdepra/hugo-coder v0.0.0-20250122233642-1147e049247f h1:udK0K6PpmtzrEJS9ee4esONJD1DfMCJ8bQyqes5Ysh8=
github.com/luizdepra/hugo-coder v0.0.0-20250122233642-1147e049247f/go.mod h1:9EQBf2rU+NPjlohGuKcEgdqSeOc3tIQoOty4xPpuUQ4=

0 comments on commit 7587190

Please sign in to comment.