Skip to content

Commit 0452d07

Browse files
chore(pre-commit): gitleaks bump v8.17.0 (#83)
## 💌 Description <!-- Add a more detailed description of the changes if needed. --> ## 🔗 Related issue <!-- If your PR refers to a related issue, link it here. --> Fixes: # ## 🏗️ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] 📚 Examples / docs / tutorials - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🥂 Improvement (non-breaking change which improves an existing feature) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🚨 Security fix - [ ] ⬆️ Dependencies update ## ✅ Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] I've read the [`Code of Conduct`](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin/blob/main/.github/CODE_OF_CONDUCT.md) document. - [ ] I've read the [`Contributing`](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin/blob/main/.github/CONTRIBUTING.md) guide. - [ ] I've written tests for all new methods and classes that I created. - [ ] I've written the docstring in Google format for all the methods and classes that I used.
1 parent 8593da5 commit 0452d07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
exclude: "\\.svg$|\\.SVG$|\\.drawio$|\\.mmd$|\\.DRAWIO$|\\.MMD$"
4848

4949
- repo: https://github.com/gitleaks/gitleaks
50-
rev: v8.16.3
50+
rev: v8.17.0
5151
hooks:
5252
- id: gitleaks
5353
args:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mkdocs-file-filter-plugin"
3-
version = "0.0.0"
3+
version = "0.0.9-pre.9+8593da5"
44
description = 'A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and Markdown/Frontmatter tags metadata.'
55
authors = [
66
"Dariusz Porowski <3431813+dariuszporowski@users.noreply.github.com>",
@@ -79,7 +79,7 @@ pyupgrade = "^3.4.0"
7979

8080
[tool.poetry-dynamic-versioning]
8181
# https://github.com/mtkennerly/poetry-dynamic-versioning#configuration
82-
enable = true
82+
enable = false
8383
style = "semver"
8484
vcs = "git"
8585
bump = true

0 commit comments

Comments
 (0)