Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Change pypi package name #2

Merged
merged 2 commits into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
# - repo: https://github.com/jacobdonenfeld/gitlab-lint-hooks
# - repo: https://github.com/jacobdonenfeld/gitlab-linters
# rev: v1.0.0
# hooks:
# - id: remove-crlf
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Gitlab-lint-hooks

<p align="center"> A command line tool and pre-commit hook for running static analysis on gitlab-ci configuration.</p>
<p align="center"> A command line tool and pre-commit hooks for running static analysis on gitlab-ci configuration.</p>

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Build Status](https://github.com/jacobdonenfeld/gitlab-lint-hooks/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/jacobdonenfeld/gitlab-lint-hooks/actions/workflows/publish-to-pypi.yml)
[![Tests](https://github.com/jacobdonenfeld/gitlab-lint-hooks/actions/workflows/ci.yml/badge.svg)](https://github.com/jacobdonenfeld/gitlab-lint-hooks/actions/workflows/ci.yml)
[![Build Status](https://github.com/jacobdonenfeld/gitlab-linters/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/jacobdonenfeld/gitlab-lint-hooks/actions/workflows/publish-to-pypi.yml)
[![Tests](https://github.com/jacobdonenfeld/gitlab-linters/actions/workflows/ci.yml/badge.svg)](https://github.com/jacobdonenfeld/gitlab-lint-hooks/actions/workflows/ci.yml)

## Install
**Option 1:** Build and download from repository:
```
pip install git+https://github.com/jacobdonenfeld/gitlab-lint-hooks#0.0.1
pip install git+https://github.com/jacobdonenfeld/gitlab-linters#0.0.1
```
**Option 2:** (In progress)

Expand Down
2 changes: 1 addition & 1 deletion pre_commit_hooks/gitlab_precommit.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Metadata-Version: 2.1
Name: gitlab-precommit
Version: 0.0.1
Summary: Pre-commit hooks to validate gitlab CI configuration.
Home-page: https://github.com/jacobdonenfeld/gitlab-lint-hooks
Home-page: https://github.com/jacobdonenfeld/gitlab-linters
Author: Jacob Donenfeld
Author-email: [email protected]
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta"
#dynamic = ["version"]
#
#[project.urls]
#"Homepage" = "https://github.com/jacobdonenfeld/gitlab-lint-hooks"
#"Homepage" = "https://github.com/jacobdonenfeld/gitlab-linters"

[tool.black]
py36 = false
Expand Down
4 changes: 0 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
covdefaults
GitPython
lenses
pre-commit
pylint==2.15.5
pytest
pytest-cov
python-gitlab
PyYAML
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
GitPython==3.1.29
lenses~=1.1.0
pytest==7.2.0
python-gitlab==3.11.0
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name=gitlab-precommit
name=gitlab-linters
version = file: pre_commit_hooks/VERSION
description=Pre-commit hooks to validate gitlab CI configuration.
description=Tools to validate gitlab CI configuration.
;long_description = file: README.md
;long_description_content_type = text/markdown
url=https://github.com/jacobdonenfeld/gitlab-lint-hooks
url=https://github.com/jacobdonenfeld/gitlab-linters
author = Jacob Donenfeld
[email protected]
license = MIT
Expand Down