Skip to content

Commit

Permalink
git-xargs programmatic commit (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu authored Jun 28, 2023
1 parent 037d56d commit 8a0e211
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
4 changes: 1 addition & 3 deletions requirements-lint.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
codespell
flake8<6
flake8
flake8-builtins
# Pinned because `flake8-copyright==0.2.3` is incompatible with `flake8>=6`. Can unpin this
# when https://github.com/savoirfairelinux/flake8-copyright/pull/20 or a similar fix is released
flake8-copyright
pep8-naming
pyproject-flake8
Expand Down
24 changes: 12 additions & 12 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@
#
# pip-compile --resolver=backtracking requirements-lint.in
#
black==22.10.0
black==22.12.0
# via -r requirements-fmt.txt
click==8.1.3
# via
# -r requirements-fmt.txt
# black
codespell==2.2.2
codespell==2.2.5
# via -r requirements-lint.in
flake8==5.0.4
flake8==6.0.0
# via
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.0.1
flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.3
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.10.1
isort==5.11.2
# via -r requirements-fmt.txt
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
# via
# -r requirements-fmt.txt
# black
pathspec==0.10.2
pathspec==0.10.3
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.2
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==2.5.4
platformdirs==2.6.0
# via
# -r requirements-fmt.txt
# black
pycodestyle==2.9.1
pycodestyle==2.10.0
# via flake8
pyflakes==2.5.0
pyflakes==3.0.1
# via flake8
pyproject-flake8==5.0.4.post1
pyproject-flake8==6.0.0.post1
# via -r requirements-lint.in
tomli==2.0.1
# via
Expand Down

0 comments on commit 8a0e211

Please sign in to comment.