Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 1a3e85df8c855b97f9a745b7838023d369579e92 authored by dependabot[bot] on 06 February 2023, 13:45:27 UTC, committed by GitHub on 06 February 2023, 13:45:27 UTC
build(deps): bump docker/build-push-action from 3 to 4 (#954)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 092a199
  • Files
  • Changes
  • 9c792bd
  • /
  • .pre-commit-config.yaml
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:1a3e85df8c855b97f9a745b7838023d369579e92
directory badge
swh:1:dir:9c792bd0913440981042e8b025554c5676743749
content badge
swh:1:cnt:f03e6d92287a141e9ba2b296f77128b3f948b450

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
.pre-commit-config.yaml
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
  autofix_prs: false

fail_fast: true

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: "v4.4.0"
    hooks:
      - id: check-added-large-files
        args: ['--maxkb=20']
        exclude_types: [image]
        exclude: src/mintpy/data/plate_boundary
      - id: check-ast
      - id: check-case-conflict
      - id: check-docstring-first
      - id: check-merge-conflict
      - id: check-json
      - id: check-toml
      - id: check-yaml
      - id: debug-statements
      - id: end-of-file-fixer
      - id: mixed-line-ending
      - id: trailing-whitespace
        exclude: tests/data/

  - repo: https://github.com/PyCQA/isort
    rev: "5.12.0"
    hooks:
      - id: isort
        name: sort imports
        args: ['--multi-line=VERTICAL_HANGING_INDENT',
               '--trailing-comma',
               '--combine-as']

  - repo: https://github.com/asottile/pyupgrade
    rev: "v3.3.1"
    hooks:
      - id: pyupgrade
        name: modernize python
        args: ['--py36-plus']


  ############################################################
  #- repo: https://github.com/psf/black
  #  rev: "22.6.0"
  #  hooks:
  #    - id: black

  #- repo: https://github.com/PyCQA/flake8
  #  rev: "5.0.4"
  #  hooks:
  #    - id: flake8

  #- repo: https://github.com/pre-commit/mirrors-mypy
  #  rev: "v0.971"
  #  hooks:
  #    - id: mypy

  #- repo: https://github.com/hadialqattan/pycln
  #  rev: "v2.1.1"
  #  hooks:
  #    - id: pycln

  #- repo: https://github.com/PyCQA/pydocstyle
  #  rev: "6.1.1"
  #  hooks:
  #    - id: pydocstyle
  #      additional_dependencies: [toml]
  #      exclude: test

  #- repo: https://github.com/sirosen/texthooks
  #  rev: "0.3.1"
  #  hooks:
  #    - id: fix-ligatures
  #    - id: fix-smartquotes
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API