Skip to content

Commit

Permalink
Merge pull request #156 from release-engineering/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
rohanpm authored Jan 30, 2024
2 parents acccf88 + 566f77c commit abe154b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/psf/black
rev: 23.12.0
rev: 24.1.1
hooks:
- id: black

Expand Down
1 change: 1 addition & 0 deletions pubtools/_impl/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def func():
pass
"""

import functools
import logging
import os
Expand Down

0 comments on commit abe154b

Please sign in to comment.