Skip to content

Commit

Permalink
chore: bump versions of pre-commit hooks (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 16, 2024
1 parent ffa6cf3 commit 7102e94
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@
repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.7
hooks:
- id: ruff
args: [
Expand All @@ -17,7 +17,7 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=1000']
Expand All @@ -44,7 +44,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.39.0
hooks:
- id: markdownlint
args: [--config, .markdownlint.yml, --ignore, CHANGELOG.md]
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -55,7 +55,7 @@ types-regex = "^2023.12.25.20240311"
types-pyyaml = "^6.0.12.20240311"
pytest-unordered = "^0.6.0"
viztracer = "^0.16.2"
ruff = "^0.3.5"
ruff = "^0.3.7"
pytest-sugar = "^1.0.0"
pandas-stubs = "^2.2.1.240316"
types-networkx = "^3.2.1.20240331"
Expand Down

0 comments on commit 7102e94

Please sign in to comment.