Skip to content

Commit

Permalink
chore: Removes lint script in favor of a pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
norwoodj committed Aug 5, 2023
1 parent e8245be commit 423f5bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3

4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stupidchess-uwsgi (2023.8.0) jammy; urgency=medium
* chore: switches to new release tag format
* chore: Specifies dependency versions better in Pipfile, updates requirements.txt file, adds a lint script and runs it

-- John Norwood <jnorwood@cloudflare.com> Fri, 04 Aug 2023 16:06:36 +0100
-- John Norwood <norwood.john.m@gmail.com> Fri, 04 Aug 2023 16:06:36 +0100

stupidchess-uwsgi (23.0803.0) jammy; urgency=medium

Expand All @@ -24,7 +24,7 @@ stupidchess-uwsgi (23.0621.0) unstable; urgency=low

* Fixes docker run configuration, at least for the uwsgi container, need to fix nginx separately

-- John Norwood <jnorwood@cloudflare.com> Wed, 21 Jun 2023 12:53:53 +0100
-- John Norwood <norwood.john.m@gmail.com> Wed, 21 Jun 2023 12:53:53 +0100

stupidchess-uwsgi (21.1027.0) unstable; urgency=low

Expand Down
3 changes: 0 additions & 3 deletions scripts/lint.sh

This file was deleted.

0 comments on commit 423f5bf

Please sign in to comment.