Skip to content

Commit

Permalink
Merge pull request #2176 from conda-forge/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
xhochy authored Dec 5, 2024
2 parents 9b71588 + 510df09 commit bf12173
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
args: [ --fix ]
Expand Down
4 changes: 2 additions & 2 deletions conda_smithy/linter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import re
import sys
import time
from collections.abc import Sequence
from collections.abc import Mapping, Sequence
from functools import lru_cache
from glob import glob
from typing import Dict, List, Mapping, Optional, Union
from typing import Dict, List, Optional, Union

import requests
from conda.models.version import InvalidVersionSpec, VersionOrder
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authors = [
]
description = "A package to create repositories for conda recipes, and automate their building with CI tools on Linux, OSX and Windows."
dynamic = ["version"]
requires-python = ">=3.8"

[project.urls]
home = "https://github.com/conda-forge/conda-smithy"
Expand Down

0 comments on commit bf12173

Please sign in to comment.