We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccdda8 commit 4be6bbdCopy full SHA for 4be6bbd
2 files changed
.github/dependabot.yml
@@ -9,3 +9,9 @@ updates:
9
update-types: ["version-update:semver-patch"]
10
cooldown:
11
default-days: 7
12
+ - package-ecosystem: "pre-commit"
13
+ directory: "/"
14
+ schedule:
15
+ interval: "weekly"
16
+ cooldown:
17
+ default-days: 7
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst)
2
repos:
3
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
4
- rev: v5.0.0
+ rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
5
hooks:
6
- id: check-yaml
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.14.8
+ rev: d1b833175a5d08a925900115526febd8fe71c98e # frozen: v0.15.11
- id: ruff-check
args: [ --fix ]
0 commit comments