Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lincolnloop/goodconf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e483b3578811a2bcda81099ee2bea4f2a4df697a
Choose a base ref
..
head repository: lincolnloop/goodconf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b3ee970e68a15f4e696234b0f6178e30ae83a41
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +0 −1 goodconf/__init__.py
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/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.5.7
hooks:
# Run the linter.
# - id: ruff
1 change: 0 additions & 1 deletion goodconf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Transparently load variables from environment or JSON/YAML file.
"""

import errno
import json
import logging