Skip to content

Commit

Permalink
Update project config (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Mayer <[email protected]>
  • Loading branch information
kianmeng and justinmayer authored Aug 8, 2023
1 parent ef58b05 commit bcfb953
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.1.0
hooks:
- id: flake8

Expand Down
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pytest-sugar"
version = "0.9.7"
description = "Pytest plugin that adds a progress bar and other visual enhancements"
authors = ["Teemu <[email protected]>", "Janne Vanhala <[email protected]>"]
license = "BSD"
license = "BSD 3-Clause"
readme = "README.md"
keywords = ["testing", "pytest", "plugin"]

Expand Down Expand Up @@ -32,7 +32,7 @@ packaging = ">=21.3"

[tool.poetry.dev-dependencies]
black = "^23.0"
flake8 = "^3.9"
flake8 = "^6.0"
isort = "^5.12"

[tool.autopub]
Expand Down

0 comments on commit bcfb953

Please sign in to comment.