From 0023f0bcf329f6abdf8abab91255e8910fb75fdb Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 12 Jan 2023 12:23:09 +0200 Subject: [PATCH] Gutenberg has been archived --- .pre-commit-config.yaml | 10 +++++----- README.md | 1 - projects_table.py | 3 --- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 871b355..3f039a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.38.1 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.12.0 hooks: - id: black args: [--target-version=py37] - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.4 hooks: - id: isort args: [--add-import=from __future__ import annotations] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: [flake8-2020, flake8-implicit-str-concat] @@ -30,7 +30,7 @@ repos: - id: python-check-blanket-noqa - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-merge-conflict - id: check-yaml diff --git a/README.md b/README.md index f633390..49b8396 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Some projects I maintain or co-maintain: | [OSMViz](https://github.com/hugovk/osmviz) | [![PyPI version](https://img.shields.io/pypi/v/OSMViz?style=flat-square)](https://pypi.org/project/OSMViz) | [![Supported Python versions](https://img.shields.io/pypi/pyversions/OSMViz.svg?style=flat-square)](https://pypi.org/project/OSMViz/) | [![GitHub last commit](https://img.shields.io/github/last-commit/hugovk/osmviz?style=flat-square)](https://github.com/hugovk/osmviz/commits) | [![PyPI downloads](https://img.shields.io/pypi/dm/OSMViz?style=flat-square)](https://pypistats.org/packages/OSMViz) | | [tinytext](https://github.com/hugovk/tinytext) | [![PyPI version](https://img.shields.io/pypi/v/tinytext?style=flat-square)](https://pypi.org/project/tinytext) | [![Supported Python versions](https://img.shields.io/pypi/pyversions/tinytext.svg?style=flat-square)](https://pypi.org/project/tinytext/) | [![GitHub last commit](https://img.shields.io/github/last-commit/hugovk/tinytext?style=flat-square)](https://github.com/hugovk/tinytext/commits) | [![PyPI downloads](https://img.shields.io/pypi/dm/tinytext?style=flat-square)](https://pypistats.org/packages/tinytext) | | [em-keyboard](https://github.com/hugovk/em-keyboard) | [![PyPI version](https://img.shields.io/pypi/v/em-keyboard?style=flat-square)](https://pypi.org/project/em-keyboard) | [![Supported Python versions](https://img.shields.io/pypi/pyversions/em-keyboard.svg?style=flat-square)](https://pypi.org/project/em-keyboard/) | [![GitHub last commit](https://img.shields.io/github/last-commit/hugovk/em-keyboard?style=flat-square)](https://github.com/hugovk/em-keyboard/commits) | [![PyPI downloads](https://img.shields.io/pypi/dm/em-keyboard?style=flat-square)](https://pypistats.org/packages/em-keyboard) | -| [Gutenberg](https://github.com/c-w/gutenberg) | [![PyPI version](https://img.shields.io/pypi/v/Gutenberg?style=flat-square)](https://pypi.org/project/Gutenberg) | [![Supported Python versions](https://img.shields.io/pypi/pyversions/Gutenberg.svg?style=flat-square)](https://pypi.org/project/Gutenberg/) | [![GitHub last commit](https://img.shields.io/github/last-commit/c-w/gutenberg?style=flat-square)](https://github.com/c-w/gutenberg/commits) | [![PyPI downloads](https://img.shields.io/pypi/dm/Gutenberg?style=flat-square)](https://pypistats.org/packages/Gutenberg) | | [slacker-cli](https://github.com/juanpabloaj/slacker-cli) | [![PyPI version](https://img.shields.io/pypi/v/slacker-cli?style=flat-square)](https://pypi.org/project/slacker-cli) | [![Supported Python versions](https://img.shields.io/pypi/pyversions/slacker-cli.svg?style=flat-square)](https://pypi.org/project/slacker-cli/) | [![GitHub last commit](https://img.shields.io/github/last-commit/juanpabloaj/slacker-cli?style=flat-square)](https://github.com/juanpabloaj/slacker-cli/commits) | [![PyPI downloads](https://img.shields.io/pypi/dm/slacker-cli?style=flat-square)](https://pypistats.org/packages/slacker-cli) | [end_generated]: # (end_generated) diff --git a/projects_table.py b/projects_table.py index 2deb63e..b8a97c9 100644 --- a/projects_table.py +++ b/projects_table.py @@ -71,9 +71,6 @@ "em-keyboard": { "slug": "hugovk/em-keyboard", }, - "Gutenberg": { - "slug": "c-w/gutenberg", - }, "slacker-cli": { "slug": "juanpabloaj/slacker-cli", },