Skip to content

Commit

Permalink
Merge branch 'topic/bbannier/exclude-baselines-from-linting'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Sep 3, 2024
2 parents 4d1638b + 3115f0b commit bf196b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
exclude: .*/Baseline

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: .*/Baseline
- id: end-of-file-fixer
exclude: .*/Baseline
- id: check-yaml
- id: check-added-large-files

Expand All @@ -16,30 +16,30 @@ repos:
args: [-w, -i, '4', -ci]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck

- repo: https://github.com/PyCQA/pylint.git
rev: v3.0.1
rev: v3.2.7
hooks:
- id: pylint
additional_dependencies:
- zkg

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -65,6 +65,6 @@ repos:
- vermin

- repo: https://github.com/crate-ci/typos
rev: v1.16.22
rev: v1.24.3
hooks:
- id: typos
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
for details.
"""

from datetime import date
import glob
import os
Expand Down

0 comments on commit bf196b8

Please sign in to comment.