Skip to content

Commit

Permalink
Merge pull request #260 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 committed Jan 30, 2024
2 parents 5e48f31 + 78e0c38 commit 7e1316e
Show file tree
Hide file tree
Showing 5 changed files with 5 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,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 24.1.1
hooks:
- id: black
language_version: python3.8
1 change: 1 addition & 0 deletions pubtools/_pulp/tasks/push/contextlib_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# FIXME: please delete this entire module when py2 support is dropped
and just use contextlib directly!
"""

import contextlib

# As we are referring to legacy stuff removed in py3...
Expand Down
1 change: 1 addition & 0 deletions pubtools/_pulp/tasks/push/copy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Supporting code for copy operations in Pulp."""

import logging
import textwrap

Expand Down
1 change: 1 addition & 0 deletions tests/command.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helpers for testing commands."""

from __future__ import print_function
import logging
import sys
Expand Down
1 change: 1 addition & 0 deletions tests/shared/test_task_interface.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests ensuring all task modules have a consistent interface."""

import argparse
import sys
import pytest
Expand Down

0 comments on commit 7e1316e

Please sign in to comment.