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: Edward-Knight/landlock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 98420f708afe3eaf545cd91a6abfc72e2a420b1e
Choose a base ref
..
head repository: Edward-Knight/landlock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61448717e6e37319447a1c59ff57cd9ec3254b20
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +1 −1 README.md
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
- repo: https://github.com/PyCQA/flake8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
[![PyPI - License](https://img.shields.io/pypi/l/landlock)](https://pypi.org/project/landlock/)
[![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/landlock)](https://pypi.org/project/landlock/)
[![PyPI - Latest Project Version](https://img.shields.io/pypi/v/landlock)](https://pypi.org/project/landlock/)
[![GitHub Workflow Status (main)](https://img.shields.io/github/workflow/status/Edward-Knight/landlock/test/main)](https://github.com/Edward-Knight/landlock/actions/workflows/test.yml?query=branch%3Amain)
[![GitHub Workflow Status (main)](https://img.shields.io/github/actions/workflow/status/Edward-Knight/landlock/test.yml?branch=main)](https://github.com/Edward-Knight/landlock/actions/workflows/test.yml?query=branch%3Amain)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Edward-Knight/landlock/main.svg)](https://results.pre-commit.ci/latest/github/Edward-Knight/landlock/main)
[![Coveralls branch](https://img.shields.io/coveralls/github/Edward-Knight/landlock/main)](https://coveralls.io/github/Edward-Knight/landlock)