Skip to content

Commit

Permalink
Gutenberg has been archived
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 12, 2023
1 parent 3511fc4 commit 0023f0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .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]
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions projects_table.py
Expand Up @@ -71,9 +71,6 @@
"em-keyboard": {
"slug": "hugovk/em-keyboard",
},
"Gutenberg": {
"slug": "c-w/gutenberg",
},
"slacker-cli": {
"slug": "juanpabloaj/slacker-cli",
},
Expand Down

0 comments on commit 0023f0b

Please sign in to comment.